All Projects → amazeui → Amt Starter Kit

amazeui / Amt Starter Kit

Licence: mit
Amaze UI Touch Starter Kit - a skeleton for SPA built with React, Amaze UI Touch, React Router.

Programming Languages

javascript
184084 projects - #8 most used programming language

Amaze UI Touch Starter Kit

Amaze UI Touch 快速上手套件,基于 React、Amaze UI Touch、React Router 及 Webpack 开发 SPA。

套件中目前只包含客户部代码,亦未包含 Flux、Redux 等框架

目录结构

项目文件放在 app 目录下:

.app
├── humans.txt
├── i              // 图片
├── index.html     // 入口 HTML
├── js             // JS
├── style           // 样式文件(编译任务中设置的是 Sass,可以自行改用其他)
├── manifest.json
├── manifest.webapp
└── robots.txt

使用说明

环境配置

安装开发依赖

  1. 克隆或下载本项目代码;
  2. 进入项目目录,执行 npm install

开发

npm start

构建生产环境版本

npm run build

如果想测试生产环境版本,可以执行以下命令构建并启动本地 HTTP 服务器预览:

npm run preview
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].