后端

daxiong.yang 4553463b60 菜单管理系统,新增开发 7 years ago
build 74e9eb3c5d gitee迁移到github. 7 years ago
config 74e9eb3c5d gitee迁移到github. 7 years ago
dist 74e9eb3c5d gitee迁移到github. 7 years ago
src 4553463b60 菜单管理系统,新增开发 7 years ago
static 74e9eb3c5d gitee迁移到github. 7 years ago
test 74e9eb3c5d gitee迁移到github. 7 years ago
.babelrc ffc7d96e0f 1. 优化树形数据转换方法 7 years ago
.editorconfig 74e9eb3c5d gitee迁移到github. 7 years ago
.eslintignore 74e9eb3c5d gitee迁移到github. 7 years ago
.eslintrc.js 74e9eb3c5d gitee迁移到github. 7 years ago
.gitignore 74e9eb3c5d gitee迁移到github. 7 years ago
.postcssrc.js 74e9eb3c5d gitee迁移到github. 7 years ago
LICENSE 23989826c2 Initial commit 7 years ago
README.md 74e9eb3c5d gitee迁移到github. 7 years ago
index.html 4553463b60 菜单管理系统,新增开发 7 years ago
package.json ffc7d96e0f 1. 优化树形数据转换方法 7 years ago

README.md

Vue-cli-basic

基于Vue.js 2.0+生态圈,构建一套常用/基础的代码结构规范。通过实现人人开源renren-fast轻量级权限管理系统,验证可行性!

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8001
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.