atomjoy / vue-starter

Laravel 11 Vue 3.4 Starter SPA (router, stores, locales, themes, custom inputs) vue-starter.

Home Page:https://github.com/atomjoy/vue-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel 11 Vue 3.4 Starter SPA

Pobierz repozytorium z githuba rozpakuj i przejdż do katalogu.

Wersje

  • v1.0 Starter - single page
  • v2.0 Starter Router - single page with sub-pages, router, fontawesome.css, animate.css
  • v3.0 Starter SPA - single page with sub-pages, router, stores, locales, themes, fontawesome.css, animate.css
  • v4.0 Starter SPA - single page with sub-pages, router, stores, locales, themes, fontawesome.css, animate.css, custom inputs
  • v4.1 Starter SPA - single page with sub-pages, router, stores, locales, themes, fontawesome.css, animate.css, custom inputs, code highlightjs

Vue

Zainstaluj node.js

Instaluj, kompiluj

npm install
npm run build

Laravel

Zainstaluj composer

Aktualizuj

composer clear-cache
composer update
composer dump-autoload -o

Uruchom

php artisan serve
php artisan serve --host=localhost --port=8000

About

Laravel 11 Vue 3.4 Starter SPA (router, stores, locales, themes, custom inputs) vue-starter.

https://github.com/atomjoy/vue-starter


Languages

Language:PHP 36.1%Language:Vue 34.3%Language:CSS 21.3%Language:JavaScript 7.3%Language:Blade 1.0%