Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lqsong/lqsblog-frontend-foreground-template
The blog template
https://github.com/lqsong/lqsblog-frontend-foreground-template
boostrap boostrap4 editor jquery tui-editor webpack webpack4
Last synced: 17 days ago
JSON representation
The blog template
- Host: GitHub
- URL: https://github.com/lqsong/lqsblog-frontend-foreground-template
- Owner: lqsong
- License: mit
- Created: 2021-02-04T10:39:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-09T11:41:16.000Z (over 2 years ago)
- Last Synced: 2024-11-11T08:47:06.334Z (3 months ago)
- Topics: boostrap, boostrap4, editor, jquery, tui-editor, webpack, webpack4
- Language: HTML
- Homepage: http://lqsblog-frontend-foreground-template.webpack-website.liqingsong.cc/
- Size: 1.86 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lqsblog-frontend-foreground-template
它([Github](https://github.com/lqsong/lqsblog-frontend-foreground-template) 、 [Gitee](https://gitee.com/lqsong/lqsblog-frontend-foreground-template))是一个网站前台前端模板,它基于 [webpack-website](http://webpack-website.liqingsong.cc/)框架实现。
## 开发文档
- [DEMO](http://lqsblog-frontend-foreground-template.webpack-website.liqingsong.cc/)
- [webpack-website官方文档](http://webpack-website.liqingsong.cc/)。
## 界面展示
![index](https://gitee.com/lqsong/public/raw/master/lqsblog-frontend-foreground-template/index.png)
![article](https://gitee.com/lqsong/public/raw/master/lqsblog-frontend-foreground-template/article.png)
![article_detail](https://gitee.com/lqsong/public/raw/master/lqsblog-frontend-foreground-template/article_detail.png)
![works](https://gitee.com/lqsong/public/raw/master/lqsblog-frontend-foreground-template/works.png)
![topics](https://gitee.com/lqsong/public/raw/master/lqsblog-frontend-foreground-template/topics.png)
![links](https://gitee.com/lqsong/public/raw/master/lqsblog-frontend-foreground-template/links.png)## 自定义配置
### **(建议)** 本地或开发模式下,不要直接修改 '.env.development'
复制 '.env.development' 重命名为 ' .env.development.local' , 修改对应的参数.### **(建议)** 生产模式下,不要直接修改 '.env.production'
复制 '.env.production' 重命名为 ' .env.production.local' , 修改对应的参数.## 项目设置
### 一、Install dependencies,
```bash
$ yarn
```or
```
$ npm install
```> 推荐使用 yarn , **[yarn安装与常用命令](http://liqingsong.cc/article/detail/9)** 。
### 二、Compiles and hot-reloads for development
```bash
$ yarn serve
```or
```
$ npm run serve
```### 三、Compiles and minifies for production
```bash
$ yarn build
```
or```
$ npm run build
```## 捐赠
如果你觉得这个项目帮助到了你,请帮助点击 Star,你也可以请作者喝咖啡表示鼓励.
**ALIPAY** | **WECHAT**
:-------------------------:|:-------------------------:
![Alipay](http://uploads.liqingsong.cc/20210430/f62d2436-8d92-407d-977f-35f1e4b891fc.png) | ![Wechat](http://uploads.liqingsong.cc/20210430/3e24efa9-8e79-4606-9bd9-8215ce1235ac.png)