Skip to content

enodoscore/workshop-resources

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ridiculously Reusable Components - Workshop Resources

The core directive for this repository is to provide workshop participants with all the resources they require for the workshop.

Post Workshop Survey

VueConfUS 2019 - Post Workshop Survey

Setup

Requirement

Recommended

Optional

Instructions

If you want to keep a copy of your work in your own repo, please make sure to fork the repository before cloning!

# Clone repo
git clone {{ workshopResourcesRepo }}

# Change directories to workshop resources
cd workshop-resources

# Install dependencies
npm install

# Run local web server with hot-module reloading
npm run serve

# Compile a production build
npm run build

# Run tests
npm run test

# Lint and fix files
npm run lint

Authors

License

Creative Commons License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 85.3%
  • JavaScript 13.3%
  • HTML 1.3%
  • CSS 0.1%