https://github.com/pascalgrimaud/hello-world-vue-3
https://github.com/pascalgrimaud/hello-world-vue-3
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pascalgrimaud/hello-world-vue-3
- Owner: pascalgrimaud
- Created: 2021-12-02T13:10:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T13:11:30.000Z (over 4 years ago)
- Last Synced: 2024-10-05T19:22:03.944Z (over 1 year ago)
- Language: Vue
- Size: 310 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# beer
## 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/).