Skip to content

capsulescodes/articles

 
 

Repository files navigation

About

How to draw a dynamic SVG pattern with Vue in a Laravel project.



Installation

  1. Checkout branch
git clone https://github.com/capsulescodes/articles.git

cd articles

git checkout 014-draw-a-dynamic-svg-pattern-with-vue

  1. Install dependencies
commposer install

npm install

  1. Copy Environment and generate app key
cp .env.example .env

php artisan key:generate

  1. Link your project with Laravel Valet
valet link article

  1. Run development server script
npm run dev

  1. Visit your website : http://article.test