1.0.52 • Published 5 years ago

archer.js v1.0.52

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
5 years ago

Archer.js

The perfect framework for making web apps

You can make reusable components, HTML variables, and has way more features.

Reusable Components

To make a component do this:

  Archer.component("cool-button", {
    template: "<button>I'm cool!</button>",
  });

Then you can use it like this:

  {{{cool-button}}}

HTML Variables

To make a HTML Variable

  Archer.data.add("hello", "hello world!")

Then you can use it like this:

  {{hello}}

License

This work is under the Apache License 2.0

1.0.52

5 years ago

1.0.51

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago