Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 612 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 612 Bytes

Laravue (A Decoupled Single Page Application Framework.)

Get Started

# Clone the repository
git clone https://github.com/Qafeen/Laravue.git

# Change directory and install dependencies via yarn
cd Laravue && yarn

# Get set go
gulp watch
  1. All vue component files are placed in components folder.
  2. Currently Laravue is in development stage.
  3. Feel free to contribute and help us push this project to next level.

For detailed explanation on how things work, checkout the guide and docs for vue-loader.