Skip to content

此版是旧版,修改了线上遇到的bug,是为了vue中文社区周刊系统开发的,感谢vue中文社区对作者的大力支持,升级版(weeklyPlus)正在开发中,敬请期待。

License

Notifications You must be signed in to change notification settings

wuyanwen/FEweekly

 
 

Repository files navigation

Feweekly

此版是旧版,修改了线上遇到的bug,是为了vue中文社区周刊系统开发的

感谢vue中文社区对作者的大力支持,升级版(weeklyPlus)正在开发中,敬请期待。

https://github.com/wuyanwen/weeklyPlus

Server run(先运行服务端)

  1. cd server
  2. Please make sure your Node version >= v7.6.0
  3. npm i or yarn install
  4. node app

Client run (后运行前台客户端)

  1. download dependencies npm i or yarn install
  2. 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

Contribution

@wuyanwen

License

MIT

About

此版是旧版,修改了线上遇到的bug,是为了vue中文社区周刊系统开发的,感谢vue中文社区对作者的大力支持,升级版(weeklyPlus)正在开发中,敬请期待。

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.2%
  • Vue 47.0%
  • Other 0.8%