Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curder/webpack-vue-component-demo
Webpack config for vue component demo.
https://github.com/curder/webpack-vue-component-demo
Last synced: 3 days ago
JSON representation
Webpack config for vue component demo.
- Host: GitHub
- URL: https://github.com/curder/webpack-vue-component-demo
- Owner: curder
- Created: 2019-10-14T08:19:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T04:56:09.000Z (over 1 year ago)
- Last Synced: 2023-03-04T06:11:58.261Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://curder.github.io/webpack-vue-component-demo/index.html#/
- Size: 2.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# npm-vue-demo
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).