Just serve dist/
and you're good to go.
Run npm install
.
npm run serve
- Development servernpm run build
- Buildnpm run watch
- Watch for changes (not needed with dev server)npm run eslint
- Run eslint passnpm run stylelint
- Run stylelint pass