BillwoodMarbles / workshop-resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Vue 85.2%Language:JavaScript 13.3%Language:HTML 1.3%Language:CSS 0.1%