This is a Nuxt 3 Starter Kit with Vite, Vue 3, TypeScript, SCSS and TailwindCSS!

Overview

Nuxt 3 Starter Kit

This is a Nuxt 3 Starter Kit with Vite, Vue 3, TypeScript, SCSS and TailwindCSS!

We recommend to look at the documentation.

Setup

Make sure to install the dependencies

yarn install

Development

Start the development server on http://localhost:3000

yarn dev

Production

Build the application for production:

yarn build

Checkout the deployment documentation.

You might also like...
Vue3+Vite+elementPlus+mockJs+pinia+Scss (javaScript)

Vue3+Vite+elementPlus+mockJs+pinia+Scss (javaScript)

Full stack Nuxt 3 Template starter with Supabase and Tailwindcss
Full stack Nuxt 3 Template starter with Supabase and Tailwindcss

Top Nuxt 3 Starter Template Fastest and most comfortable development experience started template With 💚 from @ctwhome, inspired by @antfu vitesse Fea

A simple portfolio starter theme built with Nuxt.js and TailwindCSS
A simple portfolio starter theme built with Nuxt.js and TailwindCSS

Nuxt.js & TailwindCSS Portfolio - With Dark Mode A simple portfolio starter theme built with Nuxt.js and TailwindCSS. This is the Nuxt version of the

This template should help get you started developing with Vue 3, Typescript and Tailwindcss in Vite.

Starter Vue 3 + Typescript + Vite + Tailwindcss This template should help get you started developing with Vue 3, Typescript and Tailwindcss in Vite. T

A Vue.js starter kit that lets you focus on more programming and less configuration.

vue-starter A Vue.js starter kit that lets you focus on more programming and less configuration. A full-featured Webpack setup with hot-reload, lint-o

Static website build by vue3 + vite + vueRouter + typescript + tailwindcss + nginx

hao yang This template should help get you started developing with Vue 3 in Vite. Recommended IDE Setup VSCode + Volar (and disable Vetur) + TypeScrip

A starter kit for Element UI generated by vue-cli

element-starter A starter kit for Element UI generated by vue-cli If you are familiar with cooking, here is a starter generated with it Environment No

Vue.js Ui Kit Starter pack

Starter pack for creating ui kit on Vue.js

A starter-kit for TDesign UI components.
A starter-kit for TDesign UI components.

TDesign Starter 项目简介 TDesign Starter 基于 TDesign UI 组件,旨在提供项目开箱即用的、配置式的并且拥有开发体验和设计感的中后台的项目。 设计美学 基于 TDesign UI 设计规范 提供 Figma、 Sketch、 Adobe XD、 Axure 等

Comments
  • Update project dependencies and configuration.

    Update project dependencies and configuration.

    This PR contains the following changes:

    • Removed sass. TailwindCSS recommends using PostCSS as its CSS preprocessor, as this is included with the TailwindCSS package by default.
    • Replaced nuxt3@^3.0.0-27238235.a1bcc53 by nuxt@^v3.0.0-rc.8.
    • Replaced postcss@^8.3.11 by postcss@^8.4.16.
    • Replaced autoprefixer@^10.3.7 by autoprefixer@^10.4.8.
    • Replaced tailwindcss@^3.0.0-alpha.1 by tailwindcss@^3.1.8.
    • Using postcss as language in <style />.
    • Remove the following line from tailwind.config.js: https://github.com/templatekitchen/nuxt3-tailwindcss/blob/a9a32d4dd0c31c9b2fc447fe46ad051bf8a2c80b/tailwind.config.js#L7
    improvement 
    opened by ricardobalk 0
  • Upgrade TailwindCSS from ^3.0.0-alpha1 to ^3.0.23.

    Upgrade TailwindCSS from ^3.0.0-alpha1 to ^3.0.23.

    While working on one of my newer sites, which I created from this template repository, I found out that I was not able to use TailwindCSS fill utility class, which can change the fill color of SVG elements.


    Analysis:

    Reason for this was that this repo is still on TailwindCSS 3.0.0-alpha1 https://github.com/ricardobalk/nuxt3-tailwindcss/blob/f95dad0811796097dfa30c95dbbee2725e60ff3d/package.json#L13


    Proposed fix:

    It can be fixed by using the newer stable version 3.0.23, as shown here: https://github.com/ricardobalk/webdevsunite/blob/ef763ea0965efe1680b2f3cd5f56196c4683e5ec/package.json#L13, it being used here: https://github.com/ricardobalk/webdevsunite/blob/ef763ea0965efe1680b2f3cd5f56196c4683e5ec/layouts/home.vue#L94.

    ~~Don't blame me for using @apply instead of normal CSS classes. I like my code to be readable and beautiful. Which is kinda the opposite of TailwindCSS, as in, a tool of quickly prototyping apps by not having to think about class names, but yeah.~~


    Task:

    Update TailwindCSS to 3.0.23.

    • Step 1: Smash these commands into your command line of choice. Also, use npm install instead of yarn if you'd like 😉

      git clone https://github.com/ricardobalk/nuxt3-tailwindcss ~/Git/nuxt3-tailwindcss \
        && cd $_ \
        && git checkout develop \
        && git branch feature/update-tailwindcss-3.0.23 \
        && git checkout $_ \
        && yarn add -D tailwindcss@^3.0.23 && git add --all \
        && git commit -m 'Upgrade TailwindCSS to version 3.0.23' \
        && git push -u origin feature/update-tailwindcss-3.0.23
      
    • Step 2: Make a PR.

    improvement 
    opened by ricardobalk 0
  • Q: how would I go about removing tailwindcss from the project?

    Q: how would I go about removing tailwindcss from the project?

    I've been using the vue-cli and online documentation in the past and am not confident with handling packages. How can I remove tailwindcss entirely from the project as a dependency, along with its files? Thank you!

    opened by ron0studios 0
Owner
Ricardo
Building apps for the web and beyond.
Ricardo
Nuxt3-awesome-starter - A Nuxt 3 starter template or boilerplate with a lot of useful features. Nuxt3 + Tailwindcss 3

Nuxt 3 Awesome Starter a Nuxt 3 starter template or boilerplate with a lot of us

Alfian Dwi Nugraha 663 Jan 2, 2023
Starter Vue 3 + Typescript + Vite + Tailwindcss

Starter Vue 3 + Typescript + Vite + Tailwindcss This template should help get you started developing with Vue 3, Typescript and Tailwindcss in Vite. T

Huda Damar 34 Oct 23, 2022
Elucidator blog starter - a starter blog built with Vuejs 3, Vite, and Typescript

Elucidator blog starter Blog starter build with Vue 3 + Vite + Typescript

Elucidator Project 30 Nov 8, 2022
Vue-typescript-starter-project - Vue3, Vuex, Vue-router starter project using typescript

Vue Typescript Starter Project Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for production

paalan 0 Jan 1, 2022
Nuxt3 (Nuxt 3) best starter repo, Tailwindcss, Sass, Headless UI, Vue, Pinia, Vite

Nuxt 3 Starter We recommend to look at the documentation. Preview Deploy your own This starter template also includes: Tailwind CSS v3.0.0-alpha ⚠ Hea

Mehmet 386 Dec 28, 2022
A starter kit for Element Plus with Vite

element-plus-vite-starter A starter kit for Element Plus with Vite Preview: https://vite-starter.element-plus.org This is an example of on-demand elem

EvisuXiao 0 Nov 30, 2021
Vue Now UI Kit It: a beautiful UI kit featuring over 50 elements and 3 templates

Vue Now UI Kit Vue Now UI Kit It is a beautiful cross-platform UI kit featuring

null 1 May 24, 2022
⚡️Vite Vue, Pinia, vite-ssg, Typescript, eslint,stylelint starter template

A development template for vue3 + vue-router + pinia + typescript + vite-ssg

猴貓 1 Nov 26, 2022
NuxtShop - A highly-customizable, open-source starter kit for building headless Shopify stores with Nuxt 3

NuxtShop is a highly-customizable, open-source starter kit for building headless Shopify stores with Nuxt 3. It comes out of the box with a great developer experience and in-built performance practices as a foundation for a production-quality eCommerce site.

null 25 Nov 29, 2022
Nuxt Starter Kit - an opinionated boilerplate based off of Nuxt3

Nuxt.js 3 + Supabase starter for Typescript lovers Nuxt Starter Kit is an opinionated boilerplate based off of Nuxt3(beta), with all the bells and whi

Elia 4 May 21, 2022