1.0.12 • Published 7 years ago
bio-scaffold-demo v1.0.12
This is a bio scaffold.
bio-entry.js is the file that bio runs scaffold.
project-template/ is demo dir.
Supported tasks:
dev-daily: develop in daily environmentdev-pre: develop in pre environmentdev-prod: develop in prod environmentbuild-daily: build in daily environmentbuild-pre: build in pre environmentbuild-prod: build in prod environment
Quick Start:
step1: install Node.js(8.9.1+)
step2: install bio
npm install bio-cli -gstep 3
mkdir democd demostep 4
bio init bio-scaffold-demostep 5
npm installstep 6
bio run dev-daily
project tree
pages/
index/
index.html
index.js
index.less
detail/
index.html
index.js
index.lessbuild output
dist/
pages/
index.html
detail.html
static/
index/index.js
detail/index.js