Giter VIP home page Giter VIP logo

luath's Introduction

Deno zooming through the lighting storm that is front-end development

Luath

Fast front-end development tooling in Deno.

Current test status PRs are welcome Luath issues Luath stars Luath forks Luath license Luath is maintained

Minimum supported Deno version Luath dependency count Luath dependency outdatedness Luath cached size

Overview

Luath (/l̪ˠuə/ - Scottish Gaelic for fast) is a front-end development and build tool for Deno with:

  1. A development server for serving your application via ESM with hot module replacement and support for a wide range of modern features.
  2. A build command for bundling your application code with deno-rollup.

Features

  • 👩‍💻 Quick Start CLI
  • 🔥 Fast Hot Module Replacement (HMR)
  • 🍣 Rollup Plugin Compatible
  • 🗿 Static File Serving
  • 👨‍🎤 JSX and TypeScript Support
  • 🎨 PostCSS and CSS Module Support
  • 📒 JSON and Image Import Support

Installation

Luath can be used either through a command line interface (CLI):

# Install Luath
deno install -fqA --unstable --no-check https://deno.land/x/[email protected]/luath.ts

# Change directory to example
cd ./examples/react

# Serve the example
luath serve

# Build production assets for the example
luath build

# Serve the example production assets
luath run

Or through it's JavaScript API:

import { server } from "https://deno.land/x/[email protected]/mod.ts";

await server({ root: "./examples/vanilla" });
import { build } from "https://deno.land/x/[email protected]/mod.ts";

await build({ root: "./examples/vanilla" });

Documentation

Please refer to the documentation site.

Examples

Please refer to the examples documentation.

Contributing

Please refer to the contributing guide.


License

Luath is licensed under the MIT License.

Derived works include vite and wmr. The plan is to attribute specific segments in the appropriate files, but for now their licenses can be found in the root of this repository.

Icon designed and created by Hannah Morten.

luath's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

borsemayur2

luath's Issues

Any plans for Svelte support?

It'd be great to have support for svelte and sveltekit

Please enable discussions section to ask questions over there

What would your advice to try to maintain this project ?

I tried Vitejs with Deno, but it's not really functional unfortunatly, we have to rely on too much npm pacakge, and it's a pain to work with it in Deno, so I would like to try to maintain this project, but I wonder what needs to be thought of in order to do a good job. Especially with the new feature of deno since you launch this project.

Best regards,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.