Vue3 Webpack Template

Features

  1. Vue3 single file component supported.
  2. Hot Module Replacement
  3. Express.js (for production env)
  4. css/sass/scss, scoped, autoprefixer

Usage

  • Install all dependencies npm i
  • Start server:
    • development env: run npm run dev
    • production env:
      • run npm run build to build your code.
      • run npm start
  • Enter http://localhost:9000 in the browser to see the result.