后端

daxiong.yang 81045a1681 优化左侧菜单 %!s(int64=7) %!d(string=hace) años
build 74e9eb3c5d gitee迁移到github. %!s(int64=7) %!d(string=hace) años
config 74e9eb3c5d gitee迁移到github. %!s(int64=7) %!d(string=hace) años
dist 81045a1681 优化左侧菜单 %!s(int64=7) %!d(string=hace) años
src 81045a1681 优化左侧菜单 %!s(int64=7) %!d(string=hace) años
static f6c033497e 优化公共逻辑代码 %!s(int64=7) %!d(string=hace) años
test 74e9eb3c5d gitee迁移到github. %!s(int64=7) %!d(string=hace) años
.babelrc ffc7d96e0f 1. 优化树形数据转换方法 %!s(int64=7) %!d(string=hace) años
.editorconfig 74e9eb3c5d gitee迁移到github. %!s(int64=7) %!d(string=hace) años
.eslintignore 74e9eb3c5d gitee迁移到github. %!s(int64=7) %!d(string=hace) años
.eslintrc.js 74e9eb3c5d gitee迁移到github. %!s(int64=7) %!d(string=hace) años
.gitignore 74e9eb3c5d gitee迁移到github. %!s(int64=7) %!d(string=hace) años
.postcssrc.js 74e9eb3c5d gitee迁移到github. %!s(int64=7) %!d(string=hace) años
LICENSE 23989826c2 Initial commit %!s(int64=7) %!d(string=hace) años
README.md 74e9eb3c5d gitee迁移到github. %!s(int64=7) %!d(string=hace) años
index.html 4553463b60 菜单管理系统,新增开发 %!s(int64=7) %!d(string=hace) años
package.json 81045a1681 优化左侧菜单 %!s(int64=7) %!d(string=hace) años

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.