/FEweekly

vue中文社区周刊模块

Primary LanguageJavaScriptMIT LicenseMIT

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