Skip to content

Latest commit

 

History

History
 
 

framework

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Framework Example

This example contains app and framework

Quick Start

Start an application using custom framework called yadan

$ cd app
$ npm install
$ npm link ../yadan
$ npm run dev

Yadan is a framework, it should be published to npm normally. With this example, you just npm link it.

Run Test

Application

$ cd app
$ npm test

Framework

$ cd yadan
$ npm test

Questions & Suggestions

Please open an issue here.