Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaojiangcn/h5-vuecli4
移动端vue cli4构建项目
https://github.com/chaojiangcn/h5-vuecli4
bable postcss vuecli4 webpack webpack4 yi-dong-duan
Last synced: about 2 months ago
JSON representation
移动端vue cli4构建项目
- Host: GitHub
- URL: https://github.com/chaojiangcn/h5-vuecli4
- Owner: chaojiangcn
- Created: 2020-05-09T02:58:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T03:55:16.000Z (over 4 years ago)
- Last Synced: 2024-10-31T23:14:25.425Z (3 months ago)
- Topics: bable, postcss, vuecli4, webpack, webpack4, yi-dong-duan
- Language: Vue
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# myproject
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).