An open API service indexing awesome lists of open source software.

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 的后端渲染多页应用工程化脚手架。

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.