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

https://github.com/mariorodeghiero/vue-web-apps

This is my personal project to learn and practice, using the vue.js framework, based on studies in Udemy course author "David Katz".
https://github.com/mariorodeghiero/vue-web-apps

practice studies vue vue-framework vuejs

Last synced: 3 months ago
JSON representation

This is my personal project to learn and practice, using the vue.js framework, based on studies in Udemy course author "David Katz".

Awesome Lists containing this project

README

        

# Project Vue.js

This is my personal project to learn and practice, using the vue.js framework, based on studies in [Udemy course] author "[David Katz]".

### Install vue-cli

```sh
$ npm install vue-cli -g

```

### Start a new project

```sh
$ vue init webpack-simple
$ cd startbase
$ npm install
$ npm run dev
```

[Udemy course]:
[David Katz]: