welcome to nuxt glorious

Installation

How to install nuxt glorious

its easy , just run below command

Step 1

            yarn add nuxt-glorious
        

Step2

            yarn add tailwindcss @nuxtjs/tailwindcss
        

Step3

            
postcss: {
    plugins: {
        '@tailwindcss/postcss': {},
        autoprefixer: {},
    },
},