https://github.com/geekshubhamrajput/vue-js
This repo contains some fundamentals of Vue JS.
https://github.com/geekshubhamrajput/vue-js
Last synced: about 2 months ago
JSON representation
This repo contains some fundamentals of Vue JS.
- Host: GitHub
- URL: https://github.com/geekshubhamrajput/vue-js
- Owner: GeekShubhamRajput
- Created: 2021-01-20T17:04:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T15:57:46.000Z (about 4 years ago)
- Last Synced: 2025-02-07T03:41:48.406Z (3 months ago)
- Language: Vue
- Homepage:
- Size: 774 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-world
## About
This repo belongs to my Vue Js learning. It contains basic concepts of Vue like bindings(HTML, text, ID, Classes, styles), Rendering, Conditional Rendering, methods, computed properties and watchers. It also contains some of programs which I have written for practise.## 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/).