Generic-ish app components for Vue.js SPA frontend to Tailbone API backend
Go to file
2019-11-06 13:22:53 -06:00
public init 2019-11-05 18:41:00 -06:00
src Add basic "menu" component, for typical use case 2019-11-06 13:22:53 -06:00
.browserslistrc init 2019-11-05 18:41:00 -06:00
.gitignore Ignore package-lock.json 2019-11-05 18:41:33 -06:00
package.json Add "app" component, for basic layout and housekeeping 2019-11-06 13:01:27 -06:00
postcss.config.js init 2019-11-05 18:41:00 -06:00
README.md init 2019-11-05 18:41:00 -06:00

byjove

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint