Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnpapa/vue-workshop
Vue Fundamentals Workshops
https://github.com/johnpapa/vue-workshop
css html javascript vue vuejs
Last synced: 21 days ago
JSON representation
Vue Fundamentals Workshops
- Host: GitHub
- URL: https://github.com/johnpapa/vue-workshop
- Owner: johnpapa
- Created: 2019-05-14T01:27:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T18:36:02.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T12:52:04.686Z (about 1 month ago)
- Topics: css, html, javascript, vue, vuejs
- Language: Vue
- Size: 6.12 MB
- Stars: 23
- Watchers: 3
- Forks: 11
- Open Issues: 275
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-workshop
Authored by John Papa and Dan Wahlin
This repository contains labs and demos for the Vue Fundamentals workshop.
## Setup
1. Install the [latest Active LTS for Node.js](https://nodejs.org) (currently 10.15.0 +)
1. Install the vue cli `npm install -g @vue/cli`
### Optional Setup
1. Install [Visual Studio Code](https://code.visualstudio.com/?wt.mc_id=vueworkshop-github-jopapa)
1. Install the [Vue Snippets extension](https://marketplace.visualstudio.com/items?itemName=sdras.vue-vscode-snippets&WT.mc_id=vueworkshop-github-jopapa)
1. Install the [Vue dev tools for Chrome](https://jpapa.me/vuedevtools)
1. Install the [Redux dev tools for Chrome](http://jpapa.me/reduxext)
## Running the Labs
1. Open the `labs` folder and run `npm install`
1. Run `npm run serve` to start the server
1. Browse to the app at
## Help
If you have problems running npm locally or just want to run in the browser, you can open any of the labs in CodeSandbox.io.
Replace the lab and either the `begin` or `end` folder to the example url below.
This link will open the end state of the 3rd lab.