Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/didinj/vuejs-tutorial
Vue.js Tutorial: Learn to Build a Web App Quickly
https://github.com/didinj/vuejs-tutorial
build example learn quickly tutorial vue vue2 vuejs webapp
Last synced: 3 months ago
JSON representation
Vue.js Tutorial: Learn to Build a Web App Quickly
- Host: GitHub
- URL: https://github.com/didinj/vuejs-tutorial
- Owner: didinj
- License: mit
- Created: 2019-12-28T00:45:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T14:49:06.000Z (about 2 years ago)
- Last Synced: 2024-10-09T22:06:51.331Z (4 months ago)
- Topics: build, example, learn, quickly, tutorial, vue, vue2, vuejs, webapp
- Language: Vue
- Homepage: https://www.djamware.com/post/5e07231cecfe522f24e9cef0/vuejs-tutorial-learn-to-build-a-web-app-quickly
- Size: 7.31 MB
- Stars: 2
- Watchers: 3
- Forks: 13
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue.js Tutorial: Learn to Build a Web App Quickly
This source code is part of [Vue.js Tutorial: Learn to Build a Web App Quickly](https://www.djamware.com/post/5e07231cecfe522f24e9cef0/vuejs-tutorial-learn-to-build-a-web-app-quickly).
## 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/).