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

https://github.com/xxxily/webpack-builder

Front-end development framework base on webpack5/vue3/typescript
https://github.com/xxxily/webpack-builder

builder typescript vue webpack

Last synced: 3 months ago
JSON representation

Front-end development framework base on webpack5/vue3/typescript

Awesome Lists containing this project

README

          

# webpack-builder

> Front-end development framework base on webpack5/vue3/typescript

## 使用方式

``` bash
# install dependencies
yarn

# serve with hot reload at localhost:8088
npm run dev

# statr specific app with -entry/-e option
npm run dev -entry demo

# build for production with minification
npm run build

# build specific app with -entry/-e option
npm run build -entry index
```