h5maker icon indicating copy to clipboard operation
h5maker copied to clipboard

一个h5页面制作项目

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