Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Laravel 11 Vue 3.4 Starter SPA (router, stores, locales, themes, custom inputs) vue-starter.
https://github.com/atomjoy/vue-starter

laravel-vue laravel-vue-boilerplate laravel-vue-spa laravel-vue3 vue vue-laravel vue-router vue-starter vue3 vue3-laravel vue3-laravel-spa

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

```sh
npm install
npm run build
```

## Laravel

Zainstaluj composer

### Aktualizuj

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

### Uruchom

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