import Yii from '../lib' const yii = new Yii({ name: 'demo' }) yii.run(3000)