Skip to content

Snowpack plugin that lets the Colabo ecosystem work with snowpack toolchain

License

Notifications You must be signed in to change notification settings

Cha-OS/snowpack-plugin-colabo-ecosystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Info

Snowpack plugin that lets the Colabo ecosystem work with snowpack toolchain

# install
npm install
# or
yarn
# Build the template
npm run build
# Publish the template to npm using np
npm run deploy
# for testing
npm link
# go to your 
cd <snowpack-folder>
npm link @colabo/snowpack-plugin-colabo-ecosystem

In your test snowpack app add the plugin:

{
  // ...
  "plugins": [
      "@colabo/snowpack-plugin-colabo-ecosystem",
      // ...
  ],
  // ...
}

About

Snowpack plugin that lets the Colabo ecosystem work with snowpack toolchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published