create-feather-lume v2.0.0
FeatherLume
FeatherLume is a modern, lightweight web starter project designed for rapid development of web applications. It integrates technologies like Petite Vue, TailwindCSS, Pocketbase and Capacitor, enabling a powerful and flexible environment to build scalable, mobile-first web apps with minimal setup.
Features
- Petite Vue: A minimal JavaScript framework for adding interactivity.
- TailwindCSS: A utility-first CSS framework for fast and flexible styling.
- Pocketbase: Easy integration with Pocketbase for backend and database functionality.
- Capacitor: Convert your web apps into native mobile apps.
Getting Started
To get started with FeatherLume, run the following command:
npx create-feather-lume my-app
This will create a new FeatherLume project in the my-app
directory.
Prerequisites
Before you begin, ensure you have the following installed:
Install Dependencies
Once your project is created, navigate to the project folder:
cd my-app
Then install the dependencies:
npm install
Run the Application
After installing the dependencies, start the development server:
npm start
This will launch the app in your browser at http://localhost:5173.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
If you'd like to contribute to FeatherLume, feel free to fork the repository and submit a pull request. We welcome contributions in the form of bug fixes, features, and documentation improvements.