项目作者: disasterovich

项目描述 :
Work with orders
高级语言: Vue
项目地址: git://github.com/disasterovich/simple-vue.js-frontend.git
创建时间: 2019-09-18T08:23:09Z
项目社区:https://github.com/disasterovich/simple-vue.js-frontend

开源协议:

下载


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

Alt text

Config paths

Configure paths in store.js to backend server:

  1. HOST: 'http://BACKEND_HOST_HERE/',
  2. API_URL: 'http://BACKEND_HOST_HERE/api/',

Project setup

  1. npm install

Compiles and hot-reloads for development

  1. npm run serve

Compiles and minifies for production

  1. npm run build

Run your tests

  1. npm run test

Lints and fixes files

  1. npm run lint

Customize configuration

See Configuration Reference.