A starter for building a fibbo module
- Clone the repository
npx tiged fibbojs/starter-module starter-module
-
Do not forget to modify the following fields :
- package.json :
name
,description
,author
,homepage
,repository
,bugs
- vite.config.ts :
build.lib.name
- package.json :
-
Install the dependencies
cd starter-module
npm install
- Run the playground
npm run dev
- Build the module
npm run build