Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hug-sun/vue-docker
docker部署
https://github.com/hug-sun/vue-docker
Last synced: about 2 months ago
JSON representation
docker部署
- Host: GitHub
- URL: https://github.com/hug-sun/vue-docker
- Owner: hug-sun
- Created: 2019-06-01T05:57:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:17:31.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T00:02:13.789Z (almost 2 years ago)
- Language: JavaScript
- Size: 3.54 MB
- Stars: 44
- Watchers: 5
- Forks: 34
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-docker
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).