Giter Club home page Giter Club logo

html-to-seed's Introduction

html-to-seed

Build status Netlify Status

Tool for converting Html to Rust for use with the Seed web framework Seed can be used to build web applications in WebAssembly inspired by Elm.

Use html-to-seed to:

  • converting an existing HTML UI to a Seed based application.
  • check your UI layout in Html before committing to building an application, then generate the view code with little to no effort.

Try it here.


Contents:

  • html-to-seed-web - The tool as a webassembly SPA (single page application).
  • html-to-seed-bin - Command line version of the tool.
  • html-to-seed-lib - The library that does the actual conversions.

Acknowledgements

To build

  1. You need to install Rust, NodeJs and NPM.
  2. Ensure you have WASM support enabled using
    • $ rustup target add wasm32-unknown-unknown
  3. Trunkrs is is required to build the SPA:
    • trunkrs install: $ cargo install trunkrs
  4. Clone or download this repo.
  5. Install TailwindCSS using cd html-to-seed-web & npm ci

Commands

  • cargo build and cargo build --release

    • Build the library and cli tool and output to /target.
  • cargo test
    • Run the unit tests for the library.

From within the html-to-seed-web directory

  • trunk serve
    • Build project and start developer server on 127.0.0.1:8080.
    • Server auto-reloads browser on changes.
  • trunk build --release

    • Build project and output artifacts ready to deploy to ../dist directory.

Browser and platform support

Should work with most modern browsers. Guaranteed not to work in IE.

Contributing

  • create Issue or PR.
  • Ideas, bugs, questions, ... - create Issue.

Note: Please squash commits and rebase before creating PR. Thanks!

html-to-seed's People

Contributors

phillipbaird avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

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.