1.1.1 • Published 5 years ago
jjui.js v1.1.1
What Is This
Create Cool Websites With Just JavaScript And One HTML File
Installation
npm i jjui.js
npm install jjui.js
npm install jjui.js --save
npm install -g jjui.js
Usage
import { createElement } from 'jjui.js' // Import Any Element You Want
createElement('P', 'My First Element In jjui.js')
Thats It. Thats All You Need To Do.
To Run Your Amazing Website On jjui.js Development Server
You Should Have Parcel Aleredy. If Not.
npm i parcel -g
Then...
npm run start
or
npm start
Now Your Website Is Ready To Go.