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
- Host: GitHub
- URL: https://github.com/xxxily/webpack-builder
- Owner: xxxily
- Created: 2021-01-22T07:50:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T10:05:05.000Z (over 5 years ago)
- Last Synced: 2025-07-24T03:52:53.327Z (12 months ago)
- Topics: builder, typescript, vue, webpack
- Language: JavaScript
- Homepage:
- Size: 221 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```