Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

applecakejs/applecake

Repository files navigation

This package is deprecated now and has replaced with panix library

applecake is a javascript library for making HTML elements with javascript really easy

Installation

You can use make-applecake-app npm project to make a applecake project. use :

npm i -g make-applecake-app

then you create a folder and cd to it :

mkdir <name_you_want>
cd <name_you_want>

to create project :

make-applecake-app

Done.

requirements for installing

  • git
  • node >= 10

applecake feautures

very fast

applecake.js can render a helloworld h1 text in only 5 ms

simple

applecake is very simple and you can learn it in just 3 days

it's very light

the applecake dist file is less than 5 kb

Docs

you can find all docs in /docs