npm install
npm run build
The build will live in the 📁./dist
npm run dev
(This one is configured to gh pages)
1. Create new branch > gh-pages
git checkout -b gh-pages
2. Only add the dist folder contents
git add dist -f
3. Deploy > $ git subtree push --prefix=./dist origin gh-pages
npm run deploy