https://github.com/dreamersoul/vue-crash-course-kuwait-developers
  
  
     
    https://github.com/dreamersoul/vue-crash-course-kuwait-developers
  
        Last synced: 7 months ago 
        JSON representation
    
- Host: GitHub
- URL: https://github.com/dreamersoul/vue-crash-course-kuwait-developers
- Owner: Dreamersoul
- Created: 2018-11-10T15:06:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-10T15:08:12.000Z (almost 7 years ago)
- Last Synced: 2025-03-19T22:43:05.542Z (8 months ago)
- Language: Vue
- Size: 110 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
 
Awesome Lists containing this project
README
          # vue Crash Course 
This was created for `Kuwait Developers` a local developer community located in Kuwait, we welcome everyone from every background [meetup link](https://www.meetup.com/Kuwait-Developers/).
slides link: [link](https://docs.google.com/presentation/d/1OpPLbwl09QpKFlYJw4cy36hVSmh8zbz10iTh_I7kSoA/edit?usp=sharing)
## 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
```