Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victorgarciaesgi/vue2-ts-starter
For codesandbox
https://github.com/victorgarciaesgi/vue2-ts-starter
Last synced: 4 days ago
JSON representation
For codesandbox
- Host: GitHub
- URL: https://github.com/victorgarciaesgi/vue2-ts-starter
- Owner: victorgarciaesgi
- Created: 2021-12-22T10:12:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T10:15:28.000Z (about 3 years ago)
- Last Synced: 2024-11-04T23:42:13.360Z (about 2 months ago)
- Language: Vue
- Size: 158 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue2
## 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/).