https://github.com/wp993080086/webpack-pc-template
一个开箱即用基于vue3和ts的PC项目模板。
https://github.com/wp993080086/webpack-pc-template
Last synced: 2 months ago
JSON representation
一个开箱即用基于vue3和ts的PC项目模板。
- Host: GitHub
- URL: https://github.com/wp993080086/webpack-pc-template
- Owner: wp993080086
- Created: 2022-07-19T03:42:14.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T10:34:33.000Z (over 1 year ago)
- Last Synced: 2025-01-22T12:30:57.371Z (4 months ago)
- Language: TypeScript
- Size: 675 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3-demo
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).