The common things
npm i nuxt-webfontloader nuxt-lazy-load @nuxtjs/toast vue-js-modal @tailwindcss/typography hooper @tailwindcss/forms
For Lightbox plugin
npm install --save vue-cool-lightbox
A typical tailwind config file
/* | |
____ _ _ _ _ _ _ _ | |
/ ___|| |_ _ __(_)_ __ ___ | | | | |_(_) |___ | |
\___ \| __| '__| | '_ \ / _ \ | | | | __| | / __| | |
___) | |_| | | | |_) | __/ | |_| | |_| | \__ \ | |
|____/ \__|_| |_| .__/ \___| \___/ \__|_|_|___/ | |
|_| | |
Purpose: |
The common things
npm i nuxt-webfontloader nuxt-lazy-load @nuxtjs/toast vue-js-modal @tailwindcss/typography hooper @tailwindcss/forms
For Lightbox plugin
npm install --save vue-cool-lightbox
A typical tailwind config file
<script> | |
import { ref } from '@vue/composition-api' | |
import { onScrollBottom } from '@/scroll' | |
export default { | |
setup () { | |
function loadMore () { | |
// ... | |
} | |