Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toimc/vue-demo
https://github.com/toimc/vue-demo
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/toimc/vue-demo
- Owner: toimc
- Created: 2022-04-25T08:33:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-26T15:12:50.000Z (over 2 years ago)
- Last Synced: 2023-04-13T08:25:49.305Z (over 1 year ago)
- Language: Vue
- Size: 702 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-demo
## Project setup
```
pnpm install
```### Compiles and hot-reloads for development
```
pnpm run serve
```### Compiles and minifies for production
```
pnpm run build
```### Lints and fixes files
```
pnpm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).