-
Notifications
You must be signed in to change notification settings - Fork 5
Getting started
Kiran Mantha edited this page Oct 17, 2024
·
2 revisions
Plumejs has yeoman generator which provides the entire scaffolding for your project. To start with:
- Require Nodejs version 20.0.0 or above
- Run
npm install -g yo generator-plumejs - After completing installation run
yo plumejsin your destination folder. This will ask you about:
- your project name
- description
- type of bundler for your project
- docker setup
After that it will install all the required dependencies.
- After all the dependencies were installed, you can run application using command
npm start.
Made with ❤️ by KiranMantha
- Home
- Getting started
- Components
- Signals
- Services
- Routing
- Forms
- UI Components
- Unit Testing
- Usage in VanillaJS
- Others
- Example repo
- A basic ecommerce app built using PlumeJS
- Example templates
- Implementing monorepo
- Implementing Micro-frontend
- Implementing using importmaps
- Strapi + PlumeJS
- Capacitor + PlumeJS
- Credits