vbea bcae661aee add 2 years ago
..
document 7e7cccdd7a add Admin source file 3 years ago
public 1b4a55cb5e add 3 years ago
src bcae661aee add 2 years ago
.env.development 4c61175de9 add 3 years ago
.env.production d92fecf2c7 add 3 years ago
.env.staging 4c61175de9 add 3 years ago
Makefile 7e7cccdd7a add Admin source file 3 years ago
README.md 1b4a55cb5e add 3 years ago
babel.config.js 7e7cccdd7a add Admin source file 3 years ago
jsconfig.json 7e7cccdd7a add Admin source file 3 years ago
package.json 4a157fb348 #12853 Develop dashboard 3 years ago
postcss.config.js 7e7cccdd7a add Admin source file 3 years ago
vue.config.js af444f51c2 #13092 Add "log" from old juice+ into Error table 3 years ago
webpack.config.js 7e7cccdd7a add Admin source file 3 years ago

README.md

Strides Admin

Environment

Node >= 6

Start

yarn install
#or
npm install

Develop

# serve with hot reload at localhost:8010
npm run dev
#or
yarn dev

Build

debug

npm run build:stage
#or
yarn build:stage

release

npm run build:prod
#or
yarn build:prod

Document

Vue.js
Element UI
Vue Router
Vuex
Echarts
Axios
vue-element-admin