Skip to content

fibbojs/starter-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A starter for building a fibbo module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published