An open API service indexing awesome lists of open source software.

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.

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/).