All Projects β†’ maaugusto β†’ adonisjs-laravel-mix

maaugusto / adonisjs-laravel-mix

Licence: other
An AdonisJs fullstack application blueprint with Laravel Mix

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to adonisjs-laravel-mix

adonisjs-create-react-app
Adonisjs + Create React App Boilerplate
Stars: ✭ 22 (+29.41%)
Mutual labels:  adonisjs, adonis
adonis-modules
πŸ“¦ Discover all AdonisJS packages developed by the community
Stars: ✭ 23 (+35.29%)
Mutual labels:  adonisjs, adonis
software-project-blueprint
Project blueprint for Fintech Open Source Foundation hosted projects.
Stars: ✭ 21 (+23.53%)
Mutual labels:  blueprint
05 TestingGrounds
A Hunger-Games inspired FPS with large outdoor terrains. Advanced AI, basic networking, pickups, skeletal meshes, checkpoints and more. (ref: TG_URC) http://gdev.tv/urcgithub
Stars: ✭ 121 (+611.76%)
Mutual labels:  blueprint
youtube-adonisjs-iniciando
Project created in the AdonisJS video
Stars: ✭ 16 (-5.88%)
Mutual labels:  adonisjs
adonis-fcm
Firebase Cloud Messaging for AdonisJS
Stars: ✭ 19 (+11.76%)
Mutual labels:  adonisjs
XENA
XENA is the managed remote administration platform for botnet creation & development powered by blockchain and machine learning. Aiming to provide an ecosystem which serves the bot herders. Favoring secrecy and resiliency over performance. It's micro-service oriented allowing for specialization and lower footprint. Join the community of the ulti…
Stars: ✭ 127 (+647.06%)
Mutual labels:  adonisjs
adonis-lucid-soft-deletes
Addon for soft deletes AdonisJS Lucid ORM
Stars: ✭ 55 (+223.53%)
Mutual labels:  adonisjs
CrashlyticsKit
The most powerful, yet lightest weight crash reporting solution for Unreal Engine 4
Stars: ✭ 25 (+47.06%)
Mutual labels:  blueprint
electro
A free and open-source Automatic Account Creator (AAC) written in Javascript Stack;
Stars: ✭ 20 (+17.65%)
Mutual labels:  adonisjs
RyansUE4Helpers
Extremely helpful helper functions for developing Blueprint and C++ projects in Unreal Engine.
Stars: ✭ 55 (+223.53%)
Mutual labels:  blueprint
simple-flask-s3-uploader
Simple and easy to use Flask app to upload files to Amazon S3. Based on Python, Flask, and using Boto3. Securely storing your AWS credentials as environment variables. Quick AWS S3 Flask uploader example.
Stars: ✭ 24 (+41.18%)
Mutual labels:  blueprint
adonis-apollo-server
GraphQL implementation using Apollo Server for Adonis
Stars: ✭ 14 (-17.65%)
Mutual labels:  adonis
laravel-react-boilerplate
Laravel React Boilerplate with Ant Design, Route-Level Code Splitting, Redux, Sanctum Auth
Stars: ✭ 49 (+188.24%)
Mutual labels:  laravel-mix
CoopShooterUdemy
C++ Coop Horde Third-person Shooter for Unreal Engine 4 (Udemy Project)
Stars: ✭ 328 (+1829.41%)
Mutual labels:  blueprint
CRUD-Laravel-Livewire-SPA
CRUD Laravel 7 & Livewire (SPA) Single Page Application
Stars: ✭ 34 (+100%)
Mutual labels:  laravel-mix
UnrealMosquitto
A MQTT client with blueprint support for Unreal Engine 4, based on Mosquitto.
Stars: ✭ 41 (+141.18%)
Mutual labels:  blueprint
chappe
πŸ§‘β€πŸ’» Developer Docs builder. Write guides in Markdown and references in API Blueprint. Comes with a built-in search engine.
Stars: ✭ 132 (+676.47%)
Mutual labels:  blueprint
LocalSimulation
This plugin allows you to essentially create PxScene or Physic Scenes by placing an Actor, and adding other Static Mesh Components and soon Skeletal Mesh components within this space. Adding Constraints, and Forces will work as expected, but now with the additional layer of abstraction so that simulation can be anchored to a transform.
Stars: ✭ 42 (+147.06%)
Mutual labels:  blueprint
generator-jhipster-svelte
Generate Svelte powered JHipster web applications
Stars: ✭ 44 (+158.82%)
Mutual labels:  blueprint

NOTE:

This project moved to: marcim/adonis-fullstack-app-laravelmix.

On attempt to simplify Adonis updates, the repository content was migrated to: marcim/adonis-fullstack-app-laravelmix and this page is outdated. Sorry for inconvenience, I hope you understand!

AdonisJs Laravel Mix

AdonisJs + Laravel Mix

When you start a new project with AdonisJs it makes use of blueprints to create the project files structure. This repository is just a blueprint that integrates Laravel Mix with Adonis fullstack app.

Install

Create a new project with:

  adonis new <my-project> --blueprint marcim/adonisjs-laravel-mix

Change <my-project> to your project name.

Usage

The following commands are available:

Command Description
npm run asset-dev Compiles assets in development mode.
npm run asset-watch Compiles assets in development mode and watches changes.
npm run asset-watch-pool Same as above, used in some cases.
npm run asset-hot Compiles assets in development mode with hot reload option activated.
npm run asset-prod Compiles assets for production.

Features

For more information see: AdonisJs documentation and Laravel Mix documentation.

Licenses

AdonisJs license
Laravel Mix license
VueJs license

Contributing

Suggestions and contributions are welcome via Pull Requests.

Thanks!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].