qute-scaffold
v3.0.13
Published
A qute scaffold
Downloads
7
Readme
This is a qute scaffold.
qute-entry.js
is the file that qute 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+)
https://nodejs.org/en/download/
step2: install qute
npm install qute-cli -g
step 3
mkdir demo
cd demo
step 4
qute init qute-scaffold
step 5
npm install
step 6
qute run dev-daily
project tree
pages/
index/
index.html
index.js
index.less
detail/
index.html
index.js
index.less
build output
dist/
pages/
index.html
detail.html
static/
index/index.js
detail/index.js