tailejs

0.0.1 • Public • Published

Taile.js

Quick Tailwind CSS and EJS view engine page design.

Install

Clone this repository, and run:

npm install -g

Or you can use it locally:

npm install
npm run tailejs -- <command>

Usage

Start with live server:

tailejs start <viewPath>

Build css for production:

tailejs build <viewPath>

Route

File system routing

  • /index.ejs -> /
  • /abc/def.ejs -> /abc/def
  • /_foo/_bar.ejs -> /:foo/:bar
  • /_id.html.ejs -> /:id.html

License

MIT

/tailejs/

    Package Sidebar

    Install

    npm i tailejs

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    16.6 kB

    Total Files

    11

    Last publish

    Collaborators

    • anhhao.me
    • haova