8000 GitHub - Wdestroier/asimox: A Dart web framework designed to create interactive web applications. Not published on pub.dev.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A Dart web framework designed to create interactive web applications. Not published on pub.dev.

License

Notifications You must be signed in to change notification settings

Wdestroier/asimox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asimox

Overview

Asimox is a Dart web framework designed to create interactive web applications with modern features such as incremental DOM, change detection, class-based HTML components and declarative UI.

Try the example

Steps to run the provided example:

  1. Clone the repository:
    $ git clone https://github.com/wdestroier/asimox
  2. Navigate to the example directory:
    $ cd asimox/example
  3. Install webdev_proxy:
    $ dart pub global activate webdev_proxy
  4. Run the example with webdev_proxy:
    $ webdev_proxy serve -- example
  5. Access the running website at http://localhost:8080 and after that check http://localhost:8080/counter/click?start=10.

Getting Started

  1. Add the package to your pubspec.yaml:
dependencies:
  asimox: ^1.0.0
  1. Import the package:
import 'package:asimox/asimox.dart';

Building for Production

  1. Install webdev:
    $ dart pub global activate webdev
  2. Run the build command:
    $ webdev build
  3. Publish the files in the your_project/build directory.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

A Dart web framework designed to create interactive web applications. Not published on pub.dev.

Topics

Resources

License

Stars

Watchers

Forks

0