Node: this scaffolding has samples files.
Serve the project on localhost:3000
(watch: HTML, JS, SASS, resources and tests)
npm run serve
Compile the project on dist
folder
npm run dist
Run the linters and test
npm test
Node: this scaffolding has samples files.
Serve the project on localhost:3000
(watch: HTML, JS, SASS, resources and tests)
npm run serve
Compile the project on dist
folder
npm run dist
Run the linters and test
npm test