Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 620 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 620 Bytes

Simple frontend vue.js 2.x, vuex, vuetify, vue-router

Alt text

Config paths

Configure paths in store.js to backend server:

HOST: 'http://BACKEND_HOST_HERE/',
API_URL: 'http://BACKEND_HOST_HERE/api/',

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

Customize configuration

See Configuration Reference.