https://github.com/dengbocong/fe-teamwiki
https://github.com/dengbocong/fe-teamwiki
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dengbocong/fe-teamwiki
- Owner: DengBoCong
- Created: 2019-12-18T15:59:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-20T10:48:31.000Z (over 6 years ago)
- Last Synced: 2025-07-03T09:07:21.360Z (12 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FE-TeamWiki
一款致力于团队规模化开发的开源系统
-------
[TeamWiKi]:https://github.com/DengBoCong/TeamWiKi "服务端"
FE-TeamWiki是一款开源的团队协作平台,本仓库是系统的前端部分,服务端部分请移驾到[TeamWiKi],本系统致力于团队规模化开发,能够针对需求排期、任务发布、团队工作文档等进行拓展,前端UI使用ElementUI,结合vue,使用Node作为前端中间件,与后端完全式的前后端分离。
# install dependencies
npm install
# serve with hot reload at localhost:8080
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](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).