Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 371 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 371 Bytes

Laraberg Vue Example

This repo contains working example of evryn/laraberg-vue package.

Project setup

Clone this repository:

git clone [email protected]:evryn/laraberg-vue-example.git
cd laraberg-vue-example

Install dependencies:

npm install

Compile and hot-reload for development:

npm run serve