An open API service indexing awesome lists of open source software.

https://github.com/boggyjan/vue3-webpack-template


https://github.com/boggyjan/vue3-webpack-template

Last synced: 2 months ago
JSON representation

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.