后端

daxiong.yang 9add9efd2f cdn/项目版本可动态配置 7 年 前
build 986e661f6c Cdn地址可配, 待优化 7 年 前
config 74e9eb3c5d gitee迁移到github. 7 年 前
dist 9add9efd2f cdn/项目版本可动态配置 7 年 前
src 9add9efd2f cdn/项目版本可动态配置 7 年 前
static 9add9efd2f cdn/项目版本可动态配置 7 年 前
test 74e9eb3c5d gitee迁移到github. 7 年 前
.babelrc ffc7d96e0f 1. 优化树形数据转换方法 7 年 前
.editorconfig 74e9eb3c5d gitee迁移到github. 7 年 前
.eslintignore 74e9eb3c5d gitee迁移到github. 7 年 前
.eslintrc.js 74e9eb3c5d gitee迁移到github. 7 年 前
.gitignore 74e9eb3c5d gitee迁移到github. 7 年 前
.postcssrc.js 74e9eb3c5d gitee迁移到github. 7 年 前
LICENSE 23989826c2 Initial commit 7 年 前
README.md 74e9eb3c5d gitee迁移到github. 7 年 前
gulpfile.js 9add9efd2f cdn/项目版本可动态配置 7 年 前
index.html 9add9efd2f cdn/项目版本可动态配置 7 年 前
package.json 9add9efd2f cdn/项目版本可动态配置 7 年 前

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.