This module contains all snowpack-related functionalities for the @leanup/stack.
npm install @leanup/stack-snowpack[![downloads][downloads]][downloads-url]
[![npm][npm]][npm-url]
[![license][license]][license-url]
[![dependencies][dependencies]][dependencies-url]
[![dev-dependencies][dev-dependencies]][peer-dependencies-url]
[![peer-dependencies][peer-dependencies]][peer-dependencies-url]
[![optional-dependencies][optional-dependencies]][peer-dependencies-url]
[![vulnerabilities][vulnerabilities]][vulnerabilities-url]
[![install-size][install-size]][install-size-url]
[![lernajs][lernajs]][lernajs-url]
[![prettier][prettier]][prettier-url]
[leanup]: https://leanupjs.org/assets/logo.svg
[leanup-url]: https://leanupjs.org
[downloads]: https://img.shields.io/npm/dt/@leanup/stack-snowpack.svg
[downloads-url]: https://npmcharts.com/compare/@leanup/stack-snowpack
[npm]: https://img.shields.io/npm/v/@leanup/stack-snowpack
[npm-url]: https://www.npmjs.com/package/@leanup/stack-snowpack
[license]: https://img.shields.io/npm/l/@leanup/stack-snowpack
[license-url]: https://github.com/leanupjs/leanup/blob/master/LICENSE
[dependencies]: https://status.david-dm.org/gh/leanupjs/leanup.svg?path=packages/stack/snowpack&ref=release/1.2
[dependencies-url]: https://david-dm.org/leanupjs/leanup?path=packages/stack/snowpack&ref=release/1.2
[dev-dependencies]: https://status.david-dm.org/gh/leanupjs/leanup.svg?path=packages/stack/snowpack&ref=release/1.2&type=dev
[dev-dependencies-url]: https://david-dm.org/leanupjs/leanup?path=packages/stack/snowpack&ref=release/1.2&type=dev
[peer-dependencies]: https://status.david-dm.org/gh/leanupjs/leanup.svg?path=packages/stack/snowpack&ref=release/1.2&type=peer
[peer-dependencies-url]: https://david-dm.org/leanupjs/leanup?path=packages/stack/snowpack&ref=release/1.2&type=peer
[optional-dependencies]: https://status.david-dm.org/gh/leanupjs/leanup.svg?path=packages/stack/snowpack&ref=release/1.2&type=optional
[optional-dependencies-url]: https://david-dm.org/leanupjs/leanup?path=packages/stack/snowpack&ref=release/1.2&type=optional
[vulnerabilities]: https://img.shields.io/snyk/vulnerabilities/npm/@leanup/stack-snowpack
[vulnerabilities-url]: https://snyk.io/test/npm/@leanup/stack-snowpack
[install-size]: https://packagephobia.now.sh/badge?p=@leanup/stack-snowpack@next
[install-size-url]: https://packagephobia.now.sh/result?p=@leanup/stack-snowpack@next
[lernajs]: https://img.shields.io/badge/managed%20with-lerna-blueviolet
[lernajs-url]: https://lerna.js.org
[prettier]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg
[prettier-url]: https://prettier.io
This module contains all [snowpack]-related functionalities for the [@leanup/stack].
[snowpack]: https://www.snowpack.dev/
[@leanup/stack]: https://leanupjs.org/#/modules/@leanup/stack
``json``
"scripts": {
"build": "snowpack build",
"serve": "snowpack dev",
},