Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dyslab/wp-site-biz
Webpack medium/small biz static website demo project / 中小企业静态网站示例项目 :sunny:
https://github.com/dyslab/wp-site-biz
static-website template webpack4
Last synced: 24 days ago
JSON representation
Webpack medium/small biz static website demo project / 中小企业静态网站示例项目 :sunny:
- Host: GitHub
- URL: https://github.com/dyslab/wp-site-biz
- Owner: dyslab
- License: mit
- Created: 2019-03-17T11:27:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T06:24:40.000Z (2 months ago)
- Last Synced: 2024-10-31T07:21:05.346Z (2 months ago)
- Topics: static-website, template, webpack4
- Language: Pug
- Homepage: https://dyslab.github.io/wp-site-biz/dist/
- Size: 13.7 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wp-site-biz: A static website template for midsize / small business powered by Webpack
![GitHub package.json version](https://img.shields.io/github/package-json/v/dyslab/wp-site-biz?style=plastic) [![Webpack v4](./assets/webpack-v4.svg)](https://www.webpackjs.com/) [![Pug v2](./assets/pug-v2.svg)](https://pugjs.org/)
## Intro 项目简介
Webpack 静态网站生成演示项目,可适用于中小型企业网站。
本项目 GitHub Page 演示链接: [https://dyslab.github.io/wp-site-biz/dist/](https://dyslab.github.io/wp-site-biz/dist/)
另参见:[新闻页面新增与维护说明](src/news/README.md)
## Local Web Server Hosting
```bash
npm start # Start local web server by nodemonnpm run start:pm2 # Start local web server by pm2
npm run dev # Start local web server by webpack-dev-server
```## Build & Deploy
```bash
npm run build# Deployed destination folder: ./dist/
```> IMPORTANT NOTES:
>
> The folder `./dist/` contains all css and fonts file etc., manually maintained by the user.
> It is NOT merely a folder automatically generated by Webpack. Therefore, **REMOVE ACTION PROHIBITED!**