yogurt-command-init

0.0.1 • Public • Published

yogurt-command-init

Usage

目前暂时仅适用百度公司内部

init目前还在内测阶段,请安装yogurt-beta使用

安装yogurt-beta

npm i -g yogurt-beta

初始化基础运行环境

yogbeta init runtime
 
cd yog
 
npm install
 
cd ../

初始化基础运行环境

yogbeta init app
 
# app_name: home 
 
cd home
 
# 发布APP 
 
yogbeta release -d ../yog

运行

cd yog 
 
node server.js

访问http://127.0.0.1:8031

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i yogurt-command-init

    Weekly Downloads

    3

    Version

    0.0.1

    License

    BSD

    Last publish

    Collaborators

    • fis-dev