1.0.2 • Published 4 years ago

h5-app-generator v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

H5支持多页面脚手架

快速创建基于webpack构建的h5应用,支持单页面,多页面。

安装

$ npm install -g h5-app-generator

开始

创建项目文件夹:

$ mkdir demo && cd demo

生成应用:

$ h5-app-create

安装依赖:

$ npm install

启动开发环境服务: http://localhost:3000/:

$ npm run dev

打包:

$ npm run build

文件存放结构

  • html直接放在src/
  • js直接放在src/js/
  • js第三方库或者工具类文件直接放在src/js/libs/下,build时会打成会打进vendor
  • less直接放在src/css/
  • 图片直接放在src/images/
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago