Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denizcdemirci/vue-workshop
A basic Vue.js project
https://github.com/denizcdemirci/vue-workshop
github-api vue vue-cli
Last synced: 2 days ago
JSON representation
A basic Vue.js project
- Host: GitHub
- URL: https://github.com/denizcdemirci/vue-workshop
- Owner: denizcdemirci
- Created: 2018-01-23T14:40:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-03T14:13:51.000Z (almost 7 years ago)
- Last Synced: 2025-01-21T00:43:56.326Z (4 days ago)
- Topics: github-api, vue, vue-cli
- Language: JavaScript
- Homepage: https://denizcdemirci.github.io/vue-workshop/
- Size: 905 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Workshop
> A basic Vue.js project
## API Link
https://developer.github.com/v3/search/
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:1881
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report
```For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).