Boilerplate of NuxtJs+Buefy+Laravel Authentication
- Clone the repository
- Turn on GitFlow in GitKraken
- Checkout to
developbranch - Then checkout to specific
featurebranch or create a new branch fromGITFLOW - In
GitKrane > Sub Modules > vaahscssclick on icon on right when you hover and then click onInitialize - Run
npm run install - Make sure in
nuxt.config.jsfile, updateENV=localhostand comment other values of the variable - Run
npm run devand visithttp://localhost:3000/
vaah nuxt:install: To install the vaahnuxtvaah nuxt:install -f <folder>or -vaah nuxt:install --folder <folder>: To install the vaahnuxt in the<folder>vaah nuxt:update: To update the vaahnuxtvaah nuxt:update -f <folder>or -vaah nuxt:update --folder <folder>: To update the vaahnuxt in the<folder>
clone > enable gitflow > checkout to develop > create feature or checkout to feature
If npm run dev generate Package mismatch error, then just remove node_modules folder and package.lock file. Then run:
npm installTry again npm run dev
# install vaahcli
$ npm install vaah -g
# install vaahnuxt
$ vaah nuxt:install
# install dependencies
$ npm run install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generateFor detailed explanation on how things work, check out Nuxt.js docs.