All Projects → m2sd → LaraNuxt

m2sd / LaraNuxt

Licence: other
Laravel framework with integrated NuxtJs support, preconfigured for eslint, jest and vuetify.

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects
Vue
7211 projects
shell
77523 projects

Projects that are alternatives of or similar to LaraNuxt

solidata frontend
first draft for solidata_frontend : vue+nuxt+vuetify+i18n+axios
Stars: ✭ 15 (-71.7%)
Mutual labels:  nuxt, nuxtjs, vuetify, vuetifyjs
lumen-cms
GraphQL API-First CMS based on NodeJS and Vue 2, Nuxt and Vuetify
Stars: ✭ 77 (+45.28%)
Mutual labels:  nuxt, nuxtjs, vuetify, vuetifyjs
Nuxt Material Admin
Vue-CLI Boilerplate based on Nuxt and vue-material-admin template.
Stars: ✭ 310 (+484.91%)
Mutual labels:  nuxt, nuxtjs, vuetify
Veluxi Starter
Veluxi Vue.js Starter Project with Nuxt JS and Vuetify
Stars: ✭ 39 (-26.42%)
Mutual labels:  nuxt, nuxtjs, vuetify
awrora-starter
Landing page template built with one of most popular javascript library Vue.JS, Vuetify (Material Design) and Nuxt.JS with SSR.
Stars: ✭ 38 (-28.3%)
Mutual labels:  nuxt, nuxtjs, vuetify
Sails Nuxt
Sails + Nuxt + Vuetify Combo <3
Stars: ✭ 92 (+73.58%)
Mutual labels:  nuxt, nuxtjs, vuetify
webapp
Hospital management system web application repo
Stars: ✭ 41 (-22.64%)
Mutual labels:  nuxtjs, vuetify
now-nuxt
A Now v2 Nuxt builder
Stars: ✭ 25 (-52.83%)
Mutual labels:  nuxt, nuxtjs
nuxtswagger
Nuxt-TS-Swagger
Stars: ✭ 17 (-67.92%)
Mutual labels:  nuxt, nuxtjs
nuxt-gsap-module
GSAP module for Nuxt.js
Stars: ✭ 183 (+245.28%)
Mutual labels:  nuxt, nuxtjs
nuxtjsbrasil.github.io
Site da comunidade Nuxt Brasil (usando Nuxtjs) 😄
Stars: ✭ 21 (-60.38%)
Mutual labels:  nuxt, nuxtjs
nuxt-ts-module
A tiny module to use Typescript within Nuxt.js application.
Stars: ✭ 21 (-60.38%)
Mutual labels:  nuxt, nuxtjs
tldr.linux.cn
Linux 命令快速查询(Linux 小程序 Web 版)
Stars: ✭ 47 (-11.32%)
Mutual labels:  vuetify, vuetifyjs
device-epd
E-Paper Display Device
Stars: ✭ 26 (-50.94%)
Mutual labels:  vuetify, vuetifyjs
zksync-dapp-checkout
zkCheckout — trustable permissionless DeFi payment gateway. Brand new zkSync dApp w/t all L2 perks: fast&cheap transfers / simple&quick withdrawal
Stars: ✭ 37 (-30.19%)
Mutual labels:  nuxt, nuxtjs
site
RailroadPM.org 2.x Site
Stars: ✭ 18 (-66.04%)
Mutual labels:  nuxtjs, vuetifyjs
vuetify-tsx
Vuetify TSX is just a wrapper lib around vuetify components.
Stars: ✭ 20 (-62.26%)
Mutual labels:  vuetify, vuetifyjs
vue-plausible
Plausible Analytics Vue.js Plugin and NuxtJS Module
Stars: ✭ 107 (+101.89%)
Mutual labels:  nuxt, nuxtjs
fastify-vue
A nuxt.js fastify plugin
Stars: ✭ 27 (-49.06%)
Mutual labels:  nuxt, nuxtjs
nuxt-typo3
TYPO3 Frontend rendered in Vue.js and Nuxt (frontend for EXT:headless)
Stars: ✭ 66 (+24.53%)
Mutual labels:  nuxt, nuxtjs

Laranuxt

Laravel Vue.js Nuxt.js Vuetify ESLint Jest

Laravel + Nuxt.js template

For typescript support checkout the typescript branch.

Scripts

# *** Global ***
# development build with nuxt dev server with hot reloading
npm run dev
# production build
npm run build
# perform tests
npm run test
# find linting errors
npm run lint
# autofix linting errors
npm run lint:fix
# check for conflicting lint rules
npm run lint:check

# *** Laravel ***
# development build
npm run mix:dev
# development build with file watching
npm run mix:watch
# development build with file watching and polling
npm run mix:watch:poll
# development build with file watching, polling and hot reloading
npm run mix:hot
# production build
npm run mix:build
# perform tests (not implemented)
npm run mix:test

# *** Nuxt ***
# run dev server with hot reloading
npm run nuxt:dev
# production build
npm run nuxt:build
# perform tests
npm run nuxt:test

# *** Development ***
# cut a new release
npm run release
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].