Shaun Reed
4beb29331f
+ Convert to Vue SFC + Use NPM and vue-cli to generate and serve project + README instructions |
||
---|---|---|
public | ||
src | ||
.gitignore | ||
README.md | ||
babel.config.js | ||
package-lock.json | ||
package.json |
README.md
sreed-web-programming
Stuff for Web Programming
Project setup
sudo apt install npm
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint