https://github.com/boggyjan/vue3-webpack-template
https://github.com/boggyjan/vue3-webpack-template
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/boggyjan/vue3-webpack-template
- Owner: boggyjan
- Created: 2024-02-26T07:02:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-02T04:49:11.000Z (11 months ago)
- Last Synced: 2025-02-01T07:42:34.973Z (4 months ago)
- Language: JavaScript
- Size: 388 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.