Skip to content

Latest commit

 

History

History
executable file
·
31 lines (23 loc) · 327 Bytes

README.md

File metadata and controls

executable file
·
31 lines (23 loc) · 327 Bytes

Webpack 4 Quickstart For Vue

Based on the following

  • webpack 4
  • typescript
  • vue
  • vuex
  • vue-router
  • axios
  • element-ui
  • pug
  • scss

Project setup

npm install

Compiles and hot-reloads for development

npm start

Compiles and minifies for production

npm run build