Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 492 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 492 Bytes

starter-module

A starter for building a fibbo module

Usage

  • 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
  • Install the dependencies

cd starter-module
npm install
  • Run the playground
npm run dev
  • Build the module
npm run build