Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 282 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 282 Bytes

h5maker

一个h5页面制作项目,采用Electron+Svelte的技术体系。

使用

Electron

# clone本项目代码
git clone https://github.com/vincent-li/h5maker.git
# 进入项目目录
cd h5maker
# Install dependencies
npm install
# Run the app
npm start