An open API service indexing awesome lists of open source software.

https://github.com/dengbocong/fe-teamwiki


https://github.com/dengbocong/fe-teamwiki

Last synced: 10 months ago
JSON representation

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).