vue2 + koa2 = FEweekly正式上线了
引言
- 为什么要做一个这样的weekly 系统?
- 可以做为知识的沉淀
- 可以熟悉最前沿且不仅限于前端的最新知识
- 可以传播到更多的需要这些知识的同学们
- 圈内已经有很多weekly系统了,FEweekly有什么不同吗?
- 我们保证是有态度(不求多,只求精)的周刊
- 我们保证发的每一篇文章都是有意义的
- 我们是open source ,欢迎每一位同学来为社区([email protected])添砖加瓦
行动
有了想法以后,我们列了一个参于周刊开源的任务表,在vue中文社区交流群(516483308)里发布了这样的一个任务, 很快,我们得到很多同学的反溃,由于前期任务不是很重, 我们挑了一位最先反溃的同学, 在这里我们特别感谢一下wuyanwen同学为社区做出的无私贡献
-------------------------------------------------------github Readme
Feweekly
微信扫码关注FEweekly,老司机开车带你弯道超车
Client run
- download
git clone https://github.com/vueClub/FEweekly
- download dependencies
npm i
oryarn install
npm run dev
then open your browserhttp://127.0.0.1:8000
Full cli
# 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
Server run
cd server
- Please make sure your Node version >= v7.6.0
npm i
oryarn install
cp config.default.js config.js
And replace your info in config.js- node app
Contribution
License
MIT
1 回复
厉害