Generic-ish app components for Vue.js SPA frontend to Tailbone API backend
Go to file
Lance Edgar 7e2f318f8d init
this repo was created by running `vue create byjove` and then:

use defaults? Manually select features
features needed: Router, Vuex
use history mode for router? Yes
where to place config? In dedicated config files
save as preset? No

(and then i had to edit commit msg to add the above)
2019-11-05 18:41:00 -06:00
public init 2019-11-05 18:41:00 -06:00
src init 2019-11-05 18:41:00 -06:00
.browserslistrc init 2019-11-05 18:41:00 -06:00
.gitignore init 2019-11-05 18:41:00 -06:00
package-lock.json init 2019-11-05 18:41:00 -06:00
package.json init 2019-11-05 18:41:00 -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