0.3.2 • Published 4 years ago

snowpack-plugin-designspek v0.3.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

This plugin is originally created to be used within a Svelte project, but has future plans to be JS library/framework agnostic.

yarn add snowpack-plugin-designspek -D
# or
npm i snowpack-plugin-designspek --dev -D

Peer dependencies: svelte, snowpack, designpek.

Quick start

If starting a new project, tryout Create Snowpack App (CSA) using either:

  • @snowpack/app-template-svelte
  • @snowpack/app-template-svelte-typescript

Otherwise, after installing, update your snowpack config:

// snowpack.config.json
{
  "plugins": [["snowpack-plugin-designpek", { /* see "Plugin Options" below */ }]]
}

Plugin Options

LICENSE

MIT