0.0.6 • Published 6 years ago

yosami v0.0.6

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

yosami

mithril.js based application framework.

Build Status

Installation

npm

$ npm install --save-dev yosami

install

$ ./node_modules/.bin/yosami

Usage

Create controller

$ npm run generate controller hoge

Start development server

$ npm run dev

Access

http://localhost:3001/hoge

Start production server (SSR + SPA)

$ npm start # = npm run build && npm run prod

Document

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago