2.0.0 • Published 7 months ago

create-feather-lume v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

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:

  • Node.js (v14.0 or later)
  • npm (Node Package Manager) (v6.0 or later)

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.

2.0.0

7 months ago

1.1.1

7 months ago

1.1.0

7 months ago

1.0.0

8 months ago