# Strides Admin ## Environment `Node >= 6` ## Start ``` bash yarn install #or npm install ``` ## Develop ``` bash # serve with hot reload at localhost:8010 npm run dev #or yarn dev ``` ## Build debug ``` bash npm run build:stage #or yarn build:stage ``` release ``` bash npm run build:prod #or yarn build:prod ``` ## Document [Vue.js](https://cn.vuejs.org/v2/guide/) [Element UI](https://cloud.tencent.com/developer/doc/1270) [Vue Router](https://router.vuejs.org/zh/guide/) [Vuex](https://vuex.vuejs.org/zh/guide/) [Echarts](https://echarts.apache.org/zh/tutorial.html) [Axios](http://www.axios-js.com/zh-cn/docs/) [vue-element-admin](https://panjiachen.gitee.io/vue-element-admin-site/zh/guide/)