Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sinchang/egg-mix
Egg Mix 是一套基于 Laravel Mix 和 Egg 的后端渲染多页应用工程化脚手架
https://github.com/sinchang/egg-mix
bolierplate egg laravel-mix multi-page node starter webpack
Last synced: 8 days ago
JSON representation
Egg Mix 是一套基于 Laravel Mix 和 Egg 的后端渲染多页应用工程化脚手架
- Host: GitHub
- URL: https://github.com/sinchang/egg-mix
- Owner: sinchang
- License: mit
- Created: 2017-11-19T04:49:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T09:14:01.000Z (almost 7 years ago)
- Last Synced: 2024-07-24T06:45:11.395Z (4 months ago)
- Topics: bolierplate, egg, laravel-mix, multi-page, node, starter, webpack
- Language: JavaScript
- Homepage: https://egg-mix.herokuapp.com/
- Size: 247 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-egg - egg-mix - 基于 Laravel Mix 和 Egg 的后端渲染多页应用工程化脚手架 (Boilerplates)
README
# Egg Mix
> Egg Mix 是一套基于 Laravel Mix 和 Egg 的后端渲染多页应用工程化脚手架。
## Development
```
npm installnpm run watch
npm run dev // running in http://localhost:7001
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)
- [Egg](https://eggjs.org)
- [Express Mix](https://github.com/sinchang/express-mix)## License
This content is released under the MIT License.