Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fireworkweb/vue-laravel-mix
Example repository for Vue.js development with Laravel Mix
https://github.com/fireworkweb/vue-laravel-mix
docker eslint laravel-mix vessel vue webpack
Last synced: about 1 month ago
JSON representation
Example repository for Vue.js development with Laravel Mix
- Host: GitHub
- URL: https://github.com/fireworkweb/vue-laravel-mix
- Owner: fireworkweb
- License: mit
- Created: 2018-06-26T14:49:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-15T09:25:49.000Z (almost 5 years ago)
- Last Synced: 2024-05-03T03:59:39.107Z (9 months ago)
- Topics: docker, eslint, laravel-mix, vessel, vue, webpack
- Language: JavaScript
- Size: 399 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-laravel-mix
[![Build Status](https://travis-ci.com/fireworkweb/vue-laravel-mix.svg?branch=master)](https://travis-ci.com/fireworkweb/vue-laravel-mix)
Example repository for Vue.js development with [Laravel Mix](https://github.com/JeffreyWay/laravel-mix).
## Usage
You can use it on your local env with Node and Yarn, or you can use it with Docker!
### Local environment
- `yarn hot`: Web server with hot reload on `http://localhost:8080/`.
- `yarn dev`: Build for development on `dist` folder.
- `yarn prod`: Build for production on `dist` folder.
- `yarn lint`: Lint your code with ESlint.### Docker
For Docker, we use [fwd](https://github.com/fireworkweb/fwd) to help us with the commands.
- `./fwd hot`: Web server with hot reload on `http://localhost:8080/`.
- `./fwd yarn *`: Use Yarn inside Docker.
- `./fwd npm *`: Use npm inside Docker.
- `./fwd node *`: Use Node inside Docker.Tip: add `alias fwd=./fwd` to help you with commands.
## License
MIT