Skip to content

shoaibsharif/snippet_frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4877aa0 Â· Sep 16, 2021

History

48 Commits
Apr 20, 2021
May 6, 2021
Jun 28, 2021
Jun 28, 2021
Jan 26, 2021
Apr 9, 2021
May 11, 2021
Mar 4, 2021
Apr 30, 2021
Feb 10, 2021
Feb 10, 2021
Jan 26, 2021
Feb 10, 2021
Sep 16, 2021
May 24, 2021
May 24, 2021
May 24, 2021
May 11, 2021
Feb 12, 2021
Feb 10, 2021

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