/RedmoNet

Primary LanguageVue

redmonet

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

npm config set ignore-scripts false

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Build dist local

npm install -g serve (if serve not installed) serve -s dist

Run Graphql db

json-graphql-server db.js --p 1259