https://github.com/itaditya/vue-design-troopers
https://github.com/itaditya/vue-design-troopers
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itaditya/vue-design-troopers
- Owner: itaditya
- Created: 2019-11-08T20:02:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T12:35:56.000Z (over 3 years ago)
- Last Synced: 2025-08-21T22:38:03.261Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.26 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-design-troopers
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).