Generic-ish app components for Vue.js SPA frontend to Tailbone API backend
Go to file
Lance Edgar 7bc9991be0 Keep row filters "raw" until encoding for actual request
so there is no need to use `JSON.stringify()` everywhere, keep that
part in just one place
2023-12-20 11:48:09 -06:00
public init 2019-11-05 18:41:00 -06:00
src Keep row filters "raw" until encoding for actual request 2023-12-20 11:48:09 -06:00
.browserslistrc init 2019-11-05 18:41:00 -06:00
.gitignore Add package-lock.json back to src repo 2021-02-02 19:08:22 -06:00
CHANGELOG.md Update changelog 2023-10-23 13:13:08 -05:00
COPYING.txt Declare authorship, license; add changelog 2019-11-06 14:05:14 -06:00
package-lock.json Update changelog 2023-10-23 13:13:08 -05:00
package.json Update changelog 2023-10-23 13:13:08 -05: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 Pass the --otp code when publishing 2023-01-07 13:01:53 -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