JSPM

create-feather-lume

2.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q8997F
  • License MIT

A CLI tool to create FeatherLume starter project

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-feather-lume) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    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.