https://github.com/sinchang/express-mix
Express Mix 是一套基于 Laravel Mix 和 Express 的后端渲染多页应用工程化脚手架。
https://github.com/sinchang/express-mix
bolierplate express laravel-mix multi-page nodejs starter vue webpack
Last synced: 3 months ago
JSON representation
Express Mix 是一套基于 Laravel Mix 和 Express 的后端渲染多页应用工程化脚手架。
- Host: GitHub
- URL: https://github.com/sinchang/express-mix
- Owner: sinchang
- License: mit
- Created: 2017-11-19T03:12:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T12:00:54.000Z (over 8 years ago)
- Last Synced: 2025-06-10T00:43:30.701Z (about 1 year ago)
- Topics: bolierplate, express, laravel-mix, multi-page, nodejs, starter, vue, webpack
- Language: JavaScript
- Size: 156 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Express Mix
> Express Mix 是一套基于 Laravel Mix 和 Express 的后端渲染多页应用工程化脚手架。
## Development
```
npm install
npm run watch
npm run dev // running in http://localhost:3000
npm run build // build static files
```
## QA
- 遇到 `mozjpeg pre-build test failed` 问题?
请看 [issue](https://github.com/JeffreyWay/laravel-mix/issues/1271)
- 对 Laravel Mix 不了解?
请看[文档](https://github.com/JeffreyWay/laravel-mix/tree/master/docs#readme)
## Link
- [Laravel Mix](https://github.com/JeffreyWay/laravel-mix)
- [Express](https://github.com/expressjs/express)
- [Egg Mix](https://github.com/sinchang/egg-mix)
## License
This content is released under the MIT License.