vue2 + koa2 = FEweekly正式上线了
发布于 7 年前 作者 febobo 3981 次浏览 来自 分享

github飞机票

引言

  • 为什么要做一个这样的weekly 系统?
  1. 可以做为知识的沉淀
  2. 可以熟悉最前沿且不仅限于前端的最新知识
  3. 可以传播到更多的需要这些知识的同学们
  • 圈内已经有很多weekly系统了,FEweekly有什么不同吗?
  1. 我们保证是有态度(不求多,只求精)的周刊
  2. 我们保证发的每一篇文章都是有意义的
  3. 我们是open source ,欢迎每一位同学来为社区(vueClub@126.com)添砖加瓦

行动

有了想法以后,我们列了一个参于周刊开源的任务表,在vue中文社区交流群(516483308)里发布了这样的一个任务, 很快,我们得到很多同学的反溃,由于前期任务不是很重, 我们挑了一位最先反溃的同学, 在这里我们特别感谢一下wuyanwen同学为社区做出的无私贡献

-------------------------------------------------------github Readme

Feweekly

微信扫码关注FEweekly,老司机开车带你弯道超车

Vue中文社区周刊

image

Client run

  1. download git clone https://github.com/vueClub/FEweekly
  2. download dependencies npm i or yarn install
  3. npm run dev then open your browser http://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

  1. cd server
  2. Please make sure your Node version >= v7.6.0
  3. npm i or yarn install
  4. cp config.default.js config.js And replace your info in config.js
  5. node app

Contribution

wuyanwen

License

MIT

回到顶部