spotlight scaffold template for san
spotlight init san my-project
cd my-project
npm install
npm run dev
npm run build
此模板是san
This template is base on webpack, support for San
1.配置在build/config.js 当中;
Configures in build/config.js
2.此模板运行会报错,原因是san-mui有缺陷,查看异常,修改之后就正常,san-mui有其他异常请给他们提issue;
This template will be error when you run it,because san-mui has some bugs, look bugs, fix it by yourself. If you found another bug in san-mui make issue to them
3.执行build命令,涉及到san-mui的将直接报错,所以想用使用san还是自己写组件吧;
When build you project,you will be find a lot of error by san-mui, so make components by youself;
4.关于IE6,san官方是明确说支持的,可以参考我的backbone模板对配置文件做修改
About IE6 , san official document say is support, so you can edit configures files just like my templates for backbone
enjoy!