Skip to content

ngansequitur/workshop-resources

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 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.

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 87.3%
  • JavaScript 10.4%
  • HTML 2.3%