Skip to content

shoaibsharif/snippet_frontend

Repository files navigation

Snippet

Browse and create mini step-by-step tutorial

snippet.shoaibsharif.dev

Features

  • Algolia search Integration with Vue InstantSearch
  • Nuxt.js with Laravel API integration with TailwindCSS
  • change editor mode based on extension (i.e. *.js, *.ts, *.vue)
  • change highlight mode based on extension
  • Search Animation using anime.js
  • Customized TailwindCSS Confirmation Popup using Promise
  • TailwindCSS dark Mode 🌓

I have chosen Laravel as backend. You can check it out

Build Setup

# install dependencies
$ npm 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 generate