Ecosyste.ms: Awesome
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: 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".
- Host: GitHub
- URL: https://github.com/mariorodeghiero/vue-web-apps
- Owner: mariorodeghiero
- Created: 2017-11-01T01:33:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T01:57:57.000Z (about 7 years ago)
- Last Synced: 2024-11-15T22:34:46.740Z (3 months ago)
- Topics: practice, studies, vue, vue-framework, vuejs
- Language: HTML
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]: