1.1.32 • Published 5 years ago

leesa v1.1.32

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

- 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...