Skip to content

krambuhl/turbo-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

turbo-components

This is repo for pulling versioned components using git. It defines how all the components in a design system should appear and behave, using handlebars, css, and js.

Post Clone

After pulling this repository down to your local machine, run npm link in the repo directory. This will create a dependency symlink, so you can install your local repo as a dependency elsewhere using npm link turbo-components

Commands

Build

Clean dist directory, then Precompiles templates, transpiles ES6 to ES5, copies css, and creates indexes for module consumption.

npm run build

Watch

Watches files and runs build commands when changes occur.

npm run watch

Develop

If you're developing, you probably want to build, then watch for file changes. How sweet.

npm run develop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published