https://github.com/mukhammadali/vuejs-mini-project
https://github.com/mukhammadali/vuejs-mini-project
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mukhammadali/vuejs-mini-project
- Owner: Mukhammadali
- Created: 2019-08-21T19:01:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T02:49:52.000Z (over 3 years ago)
- Last Synced: 2025-02-04T15:18:04.956Z (over 1 year ago)
- Language: Vue
- Size: 2.47 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-vue
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).