@codbex/harmonia
v1.2.1
Published
A Modern UI Component Library for Alpine.js
Downloads
519
Readme
Harmonia is a modern UI Component Library for Alpine.js
Build steps
- Install dependencies
npm install- Build the library
npm run buildBuild the documentation
- Build the library
- Install document dependencies
npm run docs:install- Build the library
Even if you did a library build before, you need to do this after you install the document dependencies
npm run build- Build the documentation
npm run docs:build- Run the preview
npm run docs:previewIf you are doing active development, then you should use the dev mode instead:
npm run docs:dev