All Projects → vue3-club → FEweekly

vue3-club / FEweekly

Licence: MIT License
vue中文社区周刊模块

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects

Projects that are alternatives of or similar to FEweekly

feweekly
⭐ 前端周刊,让你在前端领域跟上时代的脚步,深度和广度不断精进
Stars: ✭ 34 (+70%)
Mutual labels:  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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].