Generic-ish app components for Vue.js SPA frontend to Tailbone API backend
Go to file
Lance Edgar 84b2a2bf70 Cleanup global state logic a bit, for current user and permissions
this still isn't ideal perhaps, but leaves some clues for improvement
2019-11-12 11:49:07 -06:00
public init 2019-11-05 18:41:00 -06:00
src Cleanup global state logic a bit, for current user and permissions 2019-11-12 11:49:07 -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
CHANGELOG.md Update changelog 2019-11-06 15:28:45 -06:00
COPYING.txt Declare authorship, license; add changelog 2019-11-06 14:05:14 -06:00
package.json Bump version ahead of time... 2019-11-07 11:57:10 -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
tasks.py Add basic 'tasks' file, for dev convenience 2019-11-06 16:06:44 -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