https://github.com/devzakir/vuejs-basics-tutorial
https://github.com/devzakir/vuejs-basics-tutorial
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devzakir/vuejs-basics-tutorial
- Owner: devzakir
- Created: 2021-09-29T05:43:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-29T05:43:44.000Z (over 4 years ago)
- Last Synced: 2025-02-05T12:41:23.706Z (over 1 year ago)
- Language: Vue
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zakirsoft
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).