laraeast / frontend-scaffolding

The frontend scaffolding of our projects. 🔥

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Front End Scaffolding

This scaffolding using Laravel Mix

Plugins Usage In This Scaffolding

Usage

First step you should install dependencies using npm install command.

$ npm i

After installing dependencies run the following command.

$ npm run watch

Finally open the project in browser with auto reloading using the following command in another terminal tab:

npm start

Note : If Your website is RTL direction you should write the code with LTR direction and it will work without any problem in /dist/css/app.rtl.css file.

Enjoy Coding 🔥

About

The frontend scaffolding of our projects. 🔥


Languages

Language:CSS 89.6%Language:JavaScript 10.1%Language:Vue 0.2%Language:HTML 0.0%