Skip to content

Latest commit

 

History

History
executable file
·
36 lines (24 loc) · 849 Bytes

README.md

File metadata and controls

executable file
·
36 lines (24 loc) · 849 Bytes

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