Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 513 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 513 Bytes

Express + Vuejs Template

Commands

  • npm install to install dependencies
  • Copy .env.sample to .env
  • npm run dev to start development environment
  • npm test to run unit test
  • npm run lint to run eslint
  • npm run build to prepare assets to run production environment
  • npm run start-prod to start server in production environment. Needs JWT_SECRET
  • npm run clean to clean files from build command

Build With

  • Express
  • Sequelize
  • JWT
  • Socket.io
  • Vuejs
  • Vuex
  • Vue-router
  • Webpack