https://github.com/hankaibo/bootstrap-boilerplate
A pure static admin-template based on bootstrap and webpack.
https://github.com/hankaibo/bootstrap-boilerplate
bootstrap webpack
Last synced: about 2 months ago
JSON representation
A pure static admin-template based on bootstrap and webpack.
- Host: GitHub
- URL: https://github.com/hankaibo/bootstrap-boilerplate
- Owner: hankaibo
- License: mit
- Created: 2016-11-30T11:19:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T21:05:51.000Z (9 months ago)
- Last Synced: 2025-04-12T23:49:45.152Z (about 2 months ago)
- Topics: bootstrap, webpack
- Language: HTML
- Homepage: https://hankaibo.github.io/mybootstrap/
- Size: 3.96 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bootstrap!
**注意:使用webpack,bootstrap模板项目。**
# 内容列表
* [入门](#入门)
* [依赖](#依赖)
* [安装](#安装)
* [运行](#运行)
* [开发](#开发)
* [许可证](#license)
* [常见问题解答](#常见问题解答)# 入门
## 依赖
你需要以下环境:
* Git
* node 5.0+
* python 2.7## 安装
```bash
# 克隆我们的仓库
$ git clone https://github.com/hankaibo/mybootstrap.git my-app# 进入到你的应用目录
$ cd my-app# 用npm命令安装依赖
$ npm install```
## 运行
在你已经安装了所有的依赖关系后,现在可以运行的应用程序:
```bash
npm start
```它会启动一个本地的'webpack-dev-server'服务器,监视、编译(内存中)文件的改动,并重新加载。
浏览地址为 `http://localhost:8080`。## 开发
### 编译文件
* 编译: `npm run build`
* 编译文件并观察: `npm run watch`## 编辑器
我们推荐以下的编辑器:
* [Visual Studio Code](https://code.visualstudio.com/)
* [Webstorm 11+](https://www.jetbrains.com/webstorm/download/)
* [Atom](https://atom.io/)
* [Sublime Text](http://www.sublimetext.com/3)# 许可证
[MIT](/LICENSE)
# 有问题吗?
请在项目中新建issue询问。