lib-marko
v1.0.3
Published
Marko library project with TypeScript
Readme
Starter Marko Library with TypeScript
A template for component libraries and other reusable Marko packages.
Installation
npm init marko -- --template library-tsOverview
This project is powered by Marko, Storybook, and Vite.
- Run
npm run storybookto view the component storybook - Run
npm run testto run tests with vitest - Run
npm run buildto build a production-ready library
