Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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]: