Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seyfer/vue-course-app
the app from the udemy vue course refactored and dockerized
https://github.com/seyfer/vue-course-app
Last synced: about 1 month ago
JSON representation
the app from the udemy vue course refactored and dockerized
- Host: GitHub
- URL: https://github.com/seyfer/vue-course-app
- Owner: seyfer
- Created: 2018-08-03T18:08:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T04:26:54.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T08:54:23.809Z (3 months ago)
- Language: Vue
- Size: 651 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-course
> A Vue.js project
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build
```For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).