leesa

1.1.32 • Public • Published

leesa.js

Small framework for standard frontend development.

- Requirements

You need nodejs with npm (LTS recommended)

- Installing

npm install leesa --save-dev

- Using

  • Setting package.json
{
  "scripts": {
    "dev": "leesa",
    "build": "leesa build",
    "start": "leesa start",
    "icons": "leesa icons"
  }
}
  • Running
 
# serve with hot reload at localhost:8080
$ npm run dev
 
# build for production and launch server
$ npm run build
$ npm run start
 
# craft svg icons
$ npm run icons

- Documentation

Soon...

Package Sidebar

Install

npm i leesa

Weekly Downloads

1

Version

1.1.32

License

MIT

Unpacked Size

50.3 kB

Total Files

23

Last publish

Collaborators

  • sevenns