This repo is a "mono-repo" based on pnpm workspaces for managing the packages.
Each package has its own folder and README in the /packages directory. All package bundles are handled with the same command: pnpm package
| Package | Version | Demos | Changelog |
|---|---|---|---|
| @sveltinio/essentials | View | Changelog | |
| @sveltinio/media-content | View | Changelog | |
| @sveltinio/seo | View | Changelog | |
| @sveltinio/services | View | Changelog | |
| @sveltinio/widgets | View | Changelog |
Clone the repos and install all the dependencies:
git clone https://github.com/sveltinio/components-library.git
cd components-library
pnpm installRun the demos:
pnpm dev # or pnpm turbo run devClone the repos and install all the dependencies:
git clone https://github.com/sveltinio/components-library.git
cd components-library
pnpm installRun the tests:
pnpm test:packagespnpm ploppnpm build:packagespnpm build:sitesFree and open-source software under the MIT License