Skip to content

renren-fast-vue基于vue、element-ui构建开发,实现renren-fast后台管理前端功能,提供一套更优的前端解决方案。

License

Notifications You must be signed in to change notification settings

foxerfly/renren-fast-vue

Repository files navigation

Demo

在线 Demo

demo-screenshot demo-screenshot

开发

# 克隆项目
git clone https://github.com/daxiongYang/renren-fast-vue.git

# 安装依赖
npm install

# 启动服务
npm run dev

发布

# 构建生产环境(默认)
npm run build

# 构建测试环境
npm run build --qa

# 构建验收环境
npm run build --uat

# 构建生产环境
npm run build --prod

其他

# 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

About

renren-fast-vue基于vue、element-ui构建开发,实现renren-fast后台管理前端功能,提供一套更优的前端解决方案。

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 55.5%
  • JavaScript 36.4%
  • CSS 7.7%
  • HTML 0.4%