LaraNuxt Save

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

Project README

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
Open Source Agenda is not affiliated with "LaraNuxt" Project. README Source: m2sd/LaraNuxt
Stars
55
Open Issues
9
Last Commit
1 year ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating