后端

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

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.