https://github.com/reng99/fis3-project-skeleton
fis3项目骨架,适合开发静态页面:cry: 仓库demo演示的是pc端
https://github.com/reng99/fis3-project-skeleton
fis3 multipage
Last synced: 3 months ago
JSON representation
fis3项目骨架,适合开发静态页面:cry: 仓库demo演示的是pc端
- Host: GitHub
- URL: https://github.com/reng99/fis3-project-skeleton
- Owner: reng99
- Created: 2018-04-08T02:56:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T10:57:19.000Z (about 7 years ago)
- Last Synced: 2025-01-21T15:23:03.639Z (4 months ago)
- Topics: fis3, multipage
- Language: HTML
- Homepage:
- Size: 2.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## fis3项目
> Q: 如何实现热加载
fis3 release -cwL
> Q: fis3执行release后,开启server,但是浏览器打开的是以前写的项目,不是当前项目
```bash
1. 删除之前的项目
fis3 server clean2. 重新发布
fis3 release# 更加直观的操作
1. 打开WWW目录
fis3 server open2. 手动删除该目录下的所有文件
3. 重新发布
fis3 release
```### 使用方法
```bash
# 生产环境/本地调试(fis3 server open本地www下运行项目)
1. 开启服务
npm run server
2. 进入生产环境
npm run dev
3. 访问路径
http://localhost:8080/views/# 生产环境
1. npm run prod
```### 相关资源
[fis3](http://fis.baidu.com/)
[swiper](https://github.com/nolimits4web/swiper)
[jquery](https://github.com/jquery/jquery)