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