Nuxt3 (Nuxt 3) best starter repo, Tailwindcss, Sass, Headless UI, Vue, Pinia, Vite

Overview

Nuxt 3 Starter

We recommend to look at the documentation.

Preview

Open in StackBlitz

Deploy your own

Deploy to Netlify

Deploy with Vercel

This starter template also includes:

First-party plugins needed for Tailwind UI:

Best Nuxt with Plugins:

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
yarn start

Dependencies Update

If you want to update the libraries, I left a nice command for you. Select it with space and press enter.

yarn allupdate

Example

Checkout the deployment documentation.

Comments
  • Error 500 - windows

    Error 500 - windows

    Environment

    Nuxt CLI v3.0.0-27255771.f78ec93
    RootDir: D:...\nuxt3-test
    Nuxt project info:


    • Operating System: Windows_NT
    • Node Version: v16.13.0
    • Nuxt Version: 3.0.0-27255771.f78ec93
    • Package Manager: Yarn
    • Bundler: Vite
    • User Config: buildModules, build
    • Runtime Modules: -
    • Build Modules: @pinia/[email protected]

    Describe the bug

    After installing the dependencies, yarn dev displays this message:

    [SSR] Error transforming virtual: D:/.../nuxt3-test/.nuxt/plugins/server.mjs: Error: Failed to resolve import "D:
    
    nuxt3-test/node_modules/@pinia/nuxt/dist/templates/plugin.mjs" from "virtual:D:\...\nuxt3-test\.nuxt\plugins\server.mjs". Does the file exist?
    

    and the page returns an error 500:

    Cannot read properties of undefined (reading 'map')
    at Module.normalizePlugins (file:///D:/.../nuxt3-test/.nuxt/dist/server/server.mjs:181:28)
    at $id_b7b2f3dc (file:///D:/.../nuxt3-test/.nuxt/dist/server/server.mjs:28:39)
    at async __instantiateModule__ (file:///D:/.../nuxt3-test/.nuxt/dist/server/server.mjs:1021:3)
    

    Additional context

    No response

    Logs

    No response

    bug 
    opened by eMeRiKa13 19
  • Cannot use import statement outside a module

    Cannot use import statement outside a module

    Environment

    npx nuxi info -->

    Nuxt CLI v3.0.0-27238235.a1bcc53 09:48:49 RootDir: C:\Users\Windows\Developpement\hiddengems\nuxt3-app 09:48:50 Nuxt project info: 09:48:50


    • Operating System: Windows_NT
    • Node Version: v14.17.3
    • Nuxt Version: 3-3.0.0-27238235.a1bcc53
    • Package Manager: Yarn
    • Bundler: Webpack
    • User Config: buildModules, build
    • Runtime Modules: -
    • Build Modules: -

    http://localhost:3000/modal reload page

    Describe the bug

    After cloning a TailwindUI template inside the app.vue, running the npm i and npm run dev, here is the result I have ...

    (node:13788) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension. (Use node --trace-warnings ... to show where the warning was created) Server Side Rendering Error: C:\Users\Windows\Developpement\hiddengems\nuxt3-app\node_modules@headlessui\vue\dist\headlessui.esm.js:1 import { cloneVNode, h, onUnmounted, ref, watchEffect, onUpdated, inject, provide, defineComponent, Teleport, reactive, computed, unref, onMounted, nextTick, toRaw, watch } from 'vue'; ^^^^^^

    SyntaxError: Cannot use import statement outside a module at wrapSafe (internal/modules/cjs/loader.js:1001:16) at Module._compile (internal/modules/cjs/loader.js:1049:27) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10) at Module.load (internal/modules/cjs/loader.js:950:32) at Function.Module._load (internal/modules/cjs/loader.js:790:14) at ModuleWrap. (internal/modules/esm/translators.js:199:29) at ModuleJob.run (internal/modules/esm/module_job.js:169:25) at async Loader.import (internal/modules/esm/loader.js:177:24)

    Not sure it's linked to your repo or nuxt3 but I'll post it anyway :) I can give further info if you want :)

    Additional context

    No response

    Logs

    No response

    bug 
    opened by Neewd 8
  • errors on start

    errors on start

    yarn dev is

    (node:20464) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension. (Use node --trace-warnings ... to show where the warning was created)

    yarn build , start > open modal

    entry-88973673.mjs:13 [Vue warn]: Component inside renders non-element root node that cannot be animated.

    [Vue warn]: inject() can only be used inside setup() or functional components. [Vue warn]: onMounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement. [Vue warn]: onUnmounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement. [Vue warn]: onMounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement. [Vue warn]: provide() can only be used inside setup(). [Vue warn]: provide() can only be used inside setup(). [Vue warn]: inject() can only be used inside setup() or functional components. [Vue warn]: inject() can only be used inside setup() or functional components. TypeError: Cannot read properties of undefined (reading 'show')

    bug 
    opened by andysay 7
  • Unable to refresh(f5) on modal page, window not found.

    Unable to refresh(f5) on modal page, window not found.

    Environment

    Nuxt CLI v3.0.0-27258467.4e424d0


    • Operating System: Darwin
    • Node Version: v16.13.0
    • Nuxt Version: 3.0.0-27258467.4e424d0
    • Package Manager: [email protected]
    • Bundler: Vite
    • User Config: buildModules, build
    • Runtime Modules: -
    • Build Modules: @pinia/[email protected]

    Describe the bug

    SSR is not working because of headless-ui.

    If you can go to the modal page from index.vue it works if you go to http://localhost:3000/modal directly or refresh there it breaks.

    Not your fault, just headless-ui being naughty with using the window object

    Additional context

    No response

    Logs

    [Vue warn]: Unhandled error during execution of setup function 
      at <Dialog as="div" class="fixed z-10 inset-0 overflow-y-auto" onClose=fn<onClose>  ... >
    window is not defined
      at useWindowEvent (file://./.nuxt/dist/server/server.mjs:2819:3)  
      at useFocusTrap (file://./.nuxt/dist/server/server.mjs:2897:3)  
      at setup (file://./.nuxt/dist/server/server.mjs:3467:5)  
      at callWithErrorHandling (./node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6599:22)  
      at setupStatefulComponent (./node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6225:29)  
      at setupComponent (./node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6181:11)  
      at renderComponentVNode (./node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:198:17)  
      at renderVNode (./node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:304:22)  
      at renderComponentSubTree (./node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:269:13)  
      at renderComponentVNode (./node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:214:16)
    
    bug 
    opened by vanling 6
  • Hot Reload doesn't work for classes change in app.vue

    Hot Reload doesn't work for classes change in app.vue

    • [x] https://github.com/nuxt/framework/issues/1036

    Environment


    • Operating System: Darwin
    • Node Version: v14.18.1
    • Nuxt Version: 3.0.0-27252999.d2cc9e4
    • Package Manager: Yarn
    • Bundler: Vite
    • User Config: build
    • Runtime Modules: -
    • Build Modules: -

    Describe the bug

    I just cloned your repository and it seems that when you try to do some classes change in the app.vue file it doesn't trigger the Hot Reload. It's kinda annoying since you have to refresh every time a change occur... :sad

    Additional context

    No response

    Logs

    No response

    bug 
    opened by Stun3R 5
  • sass or css select setup

    sass or css select setup

    Environment

    Nuxt CLI v3.0.0-27242401.39ed77e
    RootDir: /Users/joshmedeski/Downloads/nuxt3- Nuxt project info:


    • Operating System: Darwin
    • Node Version: v16.11.1
    • Nuxt Version: 3-3.0.0-27242401.39ed77e
    • Package Manager: Yarn
    • Bundler: Webpack
    • User Config: buildModules, build
    • Runtime Modules: -
    • Build Modules: @pinia/[email protected]

    Describe the bug

    Your nuxt.config.ts file references PostCSS, but I see that you also have Sass installed. Only one of these tools needs to be chosen for compiling the TailwindCSS code.

    TailwindCSS recommends PostCSS. Removing the sass and sass-loader packages and switching your global CSS file to .css will make your project have faster install times.

    Additional context

    If I'm missing something please let me know, but I read through all the code and saw no reference to Sass aside from the package.json file.

    Logs

    No response

    enhancement 
    opened by joshmedeski 5
  • [Vue warn]: Hydration text content mismatch

    [Vue warn]: Hydration text content mismatch

    Environment

    Template framework: dev-master Node: v16.13.1

    Describe the bug

    image

    If you use await useFetch directly in a Vue component, you will get the warning above when you press F5 to refresh the page after switching to another language (non-default language).

    Example (rewrite your src/pages/index.vue):

    <script setup>
    const { data } = await useFetch('https://httpstat.us/200')
    console.log(data)
    </script>
    
    <template>
      <Starter />
    </template>
    

    Additional context

    No response

    Logs

    No response

    bug 
    opened by hmingv 4
  • heroicons export

    heroicons export

    Environment


    • Operating System: Darwin
    • Node Version: v14.18.0
    • Nuxt Version: 3-3.0.0-27237303.6acfdcd
    • Package Manager: Yarn
    • Bundler: Webpack
    • User Config: buildModules, build
    • Runtime Modules: -
    • Build Modules: @pinia/[email protected]

    Describe the bug

    CleanShot 2021-10-16 at 07 38 40

    ~~https://github.com/productfrontenddeveloper/nuxt3-app~~ https://github.com/productdevbook/nuxt3-app

    1. yarn install
    2. yarn dev
    3. open http://localhost:3000
    4. see terminal bug

    Additional context

    https://github.com/tailwindlabs/heroicons/issues/528

    Logs

    No response

    bug 
    opened by productdevbook 4
  • Cannot find package 'vue'

    Cannot find package 'vue'

    Environment

    node: 16.14.2

    Describe the bug

    when npm run dev, the console report error as below: [nuxt] [request error] [unhandled] [500] Cannot find package 'vue' imported from /Users/lvchunfei/node_modules/vue-demi/lib/index.mjs

    Additional context

    No response

    Logs

    nuxt] [request error] [unhandled] [500] Cannot find package 'vue' imported from /Users/lvchunfei/node_modules/vue-demi/lib/index.mjs
      at new NodeError (node:internal/errors:371:5)  
      at packageResolve (node:internal/modules/esm/resolve:932:9)  
      at moduleResolve (node:internal/modules/esm/resolve:978:18)  
      at defaultResolve (node:internal/modules/esm/resolve:1080:11)  
      at ESMLoader.resolve (node:internal/modules/esm/loader:530:30)  
      at ESMLoader.getModuleJob (node:internal/modules/esm/loader:251:18)  
      at ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:79:40)  
      at link (node:internal/modules/esm/module_job:78:36)
    
    bug 
    opened by chunfeilvlv 3
  • Got FATAL ERROR: v8::FromJust Maybe value is Nothing

    Got FATAL ERROR: v8::FromJust Maybe value is Nothing

    Environment

    Describe the bug

    I got the errors after refreshing the browser 5-8 times while debugging the css tailwind class

    Additional context

    FATAL ERROR: v8::FromJust Maybe value is Nothing. 1: 00007FF6B207013F v8::internal::CodeObjectRegistry::~CodeObjectRegistry+112495 2: 00007FF6B1FFF396 DSA_meth_get_flags+65526 3: 00007FF6B200024D node::OnFatalError+301 4: 00007FF6B291C2F5 v8::V8::FromJustIsNothing+53 5: 00007FF6B1FE83E3 v8::base::CPU::has_sse+31491 8: 00007FF6B20CE9EC uv_loop_init+1292 9: 00007FF6B20CEB8A uv_run+202 10: 00007FF6B209DC95 node::SpinEventLoop+309 11: 00007FF6B1F38660 v8::internal::wasm::SignatureMap::Freeze+35776 12: 00007FF6B1F33CB8 v8::internal::wasm::SignatureMap::Freeze+16920 13: 00007FF6B20BF36D uv_poll_stop+557 14: 00007FF6B2ED0C60 v8::internal::compiler::RepresentationChanger::Uint32OverflowOperatorFor+146416 15: 00007FFA7EF154E0 BaseThreadInitThunk+16 16: 00007FFA7FC6485B RtlUserThreadStart+43

    Logs

    No response

    bug 
    opened by minyou9 2
  • 启动错误

    启动错误

    Environment

    未知

    Describe the bug

    500 Cannot read properties of undefined (reading 'map') at Module.normalizePlugins (file:///D:/Nuxt/github/nuxt3-app/.nuxt/dist/server/server.mjs:181:28) at $id_59c78dfd (file:///D:/Nuxt/github/nuxt3-app/.nuxt/dist/server/server.mjs:28:39) at async instantiateModule (file:///D:/Nuxt/github/nuxt3-app/.nuxt/dist/server/server.mjs:1021:3)

    Additional context

    未知

    Logs

    未知
    
    bug 
    opened by warmthsea 2
  • Dependency Dashboard

    Dependency Dashboard

    This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

    Awaiting Schedule

    These updates are awaiting their schedule. Click on a checkbox to get an update now.

    • [ ] chore(deps): update npm dependencies (non-major) (@unocss/nuxt, prettier)

    Detected dependencies

    github-actions
    .github/workflows/ci.yml
    • actions/checkout v3
    • pnpm/action-setup v2.2.4
    • actions/setup-node v3
    • actions/cache v3
    • actions/checkout v3
    • pnpm/action-setup v2.2.4
    • actions/setup-node v3
    • actions/cache v3
    • actions/checkout v3
    • pnpm/action-setup v2.2.4
    • actions/setup-node v3
    • actions/cache v3
    • actions/checkout v3
    • pnpm/action-setup v2.2.4
    • actions/setup-node v3
    • actions/cache v3
    npm
    package.json
    • @headlessui/vue 1.7.7
    • @huntersofbook/naive-ui-nuxt 0.5.1
    • @nuxtjs/i18n 8.0.0-beta.7
    • @pinia/nuxt 0.4.6
    • @tailwindcss/aspect-ratio 0.4.2
    • @tailwindcss/forms 0.5.3
    • @tailwindcss/line-clamp 0.4.2
    • @tailwindcss/typography 0.5.8
    • pinia 2.0.28
    • @antfu/eslint-config 0.34.0
    • @iconify-json/carbon 1.1.13
    • @iconify-json/ic 1.1.12
    • @iconify-json/ph 1.1.3
    • @iconify-json/twemoji 1.1.9
    • @nuxtjs/color-mode 3.2.0
    • @nuxtjs/tailwindcss 6.2.0
    • @unocss/nuxt 0.48.0
    • @vueuse/nuxt 9.10.0
    • eslint 8.31.0
    • eslint-config-prettier 8.6.0
    • eslint-plugin-prettier 4.2.1
    • eslint-plugin-vue 9.8.0
    • nuxt 3.0.0
    • prettier 2.8.1
    • prettier-plugin-tailwindcss 0.2.1
    • sass 1.57.1
    • sass-loader 13.2.0
    • typescript 4.9.4
    • node ^16.11.0 || ^17.0.0 || || ^18.0.0
    • yarn 3.3.1

    • [ ] Check this box to trigger a request for Renovate to run again on this repository
    opened by renovate[bot] 0
Releases(v4.1.0)
  • v4.1.0(Dec 2, 2022)

    What's Changed

    • fix(deps): update npm dependencies (non-major) by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/108
    • fix(deps): update dependency @huntersofbook/naive-ui-nuxt to v0.5.1 by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/109
    • chore(deps): update npm dependencies (non-major) by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/111
    • chore(deps): update npm dependencies (non-major) by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/112
    • chore(deps): update npm dependencies (non-major) by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/113
    • fix: tailwindcss config by @productdevbook in https://github.com/productdevbook/oku-nuxt3-template/pull/115

    Full Changelog: https://github.com/productdevbook/oku-nuxt3-template/compare/v4.0.0...v4.1.0

    Source code(tar.gz)
    Source code(zip)
  • v4.0.0(Nov 17, 2022)

    What's Changed

    • chore(deps): update npm dependencies (non-major) by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/104
    • chore(deps): update npm dependencies (non-major) by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/105
    • chore(deps): update npm dependencies (non-major) by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/106
    • feat: change yarn to pnpm by @productdevbook in https://github.com/productdevbook/oku-nuxt3-template/pull/107

    Nuxt 3.0.0

    Full Changelog: https://github.com/productdevbook/oku-nuxt3-template/compare/v3.8.0...v4.0.0

    Source code(tar.gz)
    Source code(zip)
  • v3.8.0(Nov 4, 2022)

    What's Changed

    • chore(deps): update dependency @nuxtjs/tailwindcss to v6 by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/98
    • fix(deps): update dependency @nuxtjs/i18n to v8.0.0-beta.1 by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/97
    • chore(deps): update npm dependencies (non-major) by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/99
    • fix(deps): update npm dependencies (non-major) by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/100
    • chore(deps): update npm dependencies (non-major) by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/102
    • chore(deps): update dependency nuxt to v3.0.0-rc.13 by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/103

    Full Changelog: https://github.com/productdevbook/oku-nuxt3-template/compare/v3.7.0...v3.8.0

    Source code(tar.gz)
    Source code(zip)
  • v3.7.0(Oct 19, 2022)

    What's Changed

    • fix(deps): update npm dependencies (non-major) by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/95
    • fix(deps): update npm dependencies (non-major) by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/96

    Nuxt 3.0.0-rc.12 upgrade

    Full Changelog: https://github.com/productdevbook/oku-nuxt3-template/compare/v3.6.0...v3.7.0

    Source code(tar.gz)
    Source code(zip)
  • v3.6.0(Sep 30, 2022)

    What's Changed

    • feat: nuxtjs i18n by @productdevbook in https://github.com/productdevbook/oku-nuxt3-template/pull/94
    • Docs: https://v8.i18n.nuxtjs.org/getting-started/setup

    Full Changelog: https://github.com/productdevbook/oku-nuxt3-template/compare/v3.5.0...v3.6.0

    Source code(tar.gz)
    Source code(zip)
  • v3.5.0(Sep 25, 2022)

    What's Changed

    • chore(deps): update npm dependencies (non-major) by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/92

    Full Changelog: https://github.com/productdevbook/oku-nuxt3-template/compare/v3.4.0...v3.5.0

    Source code(tar.gz)
    Source code(zip)
  • v3.4.0(Sep 19, 2022)

    What's Changed

    • feat: naive-ui by @productdevbook in https://github.com/productdevbook/oku-nuxt3-template/pull/89

    https://twitter.com/productdevbook/status/1571088085575954438

    Naive UI Nuxt 3 Module used.

    test: https://oku-nuxt3-template.vercel.app/naive

    Full Changelog: https://github.com/productdevbook/oku-nuxt3-template/compare/v3.3.0...v3.4.0

    Source code(tar.gz)
    Source code(zip)
  • v3.3.0(Sep 14, 2022)

    What's Changed

    • fix: layouts create default.vue by @productdevbook in https://github.com/productdevbook/oku-nuxt3-template/pull/86
    • fix(deps): update npm dependencies (non-major) by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/87
    • chore(deps): update dependency nuxt to v3.0.0-rc.10 by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/88

    Full Changelog: https://github.com/productdevbook/oku-nuxt3-template/compare/v3.2.0...v3.3.0

    Source code(tar.gz)
    Source code(zip)
  • v3.2.0(Sep 3, 2022)

    What's Changed

    • chore(deps): update npm dependencies (non-major) by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/83
    • chore(deps): update npm dependencies (non-major) by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/84

    Nuxt v3.0.0-rc.9 upgrade https://github.com/nuxt/framework/releases/tag/v3.0.0-rc.9

    Full Changelog: https://github.com/productdevbook/oku-nuxt3-template/compare/v3.1.0...v3.2.0

    Source code(tar.gz)
    Source code(zip)
  • v3.1.0(Aug 16, 2022)

    What's Changed

    • chore(deps): update dependency @unocss/nuxt to v0.44.5 by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/73
    • chore(deps): update npm dependencies (non-major) by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/74
    • chore(deps): update npm dependencies (non-major) by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/75
    • chore(deps): update dependency @vueuse/nuxt to v9 by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/76
    • chore(deps): update npm dependencies (non-major) by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/77
    • chore(deps): update npm dependencies (non-major) to v0.26.0 by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/78
    • chore(deps): update npm dependencies (non-major) by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/79
    • Make public directory valid by @hmingv in https://github.com/productdevbook/oku-nuxt3-template/pull/81

    New Contributors

    • @hmingv made their first contribution in https://github.com/productdevbook/oku-nuxt3-template/pull/81

    Full Changelog: https://github.com/productdevbook/oku-nuxt3-template/compare/v3.0.0...v3.1.0

    Source code(tar.gz)
    Source code(zip)
  • v3.0.0(Jul 18, 2022)

    What's Changed

    • Configure Renovate by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/40
    • chore(deps): update yarn to v3.2.1 by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/45
    • feat: eslint and prettier by @productdevbook in https://github.com/productdevbook/oku-nuxt3-template/pull/48
    • feat: unocss icons setup by @productdevbook in https://github.com/productdevbook/oku-nuxt3-template/pull/50
    • feat: i18n and typescript support by @productdevbook in https://github.com/productdevbook/oku-nuxt3-template/pull/51
    • feat: favicon add by @productdevbook in https://github.com/productdevbook/oku-nuxt3-template/pull/52
    • feat: color mode by @productdevbook in https://github.com/productdevbook/oku-nuxt3-template/pull/53
    • fix: component and icon adds by @productdevbook in https://github.com/productdevbook/oku-nuxt3-template/pull/56
    • chore(deps): update NPM dependencies (non-major) by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/65
    • chore(deps): update npm dependencies (non-major) by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/66
    • fix(deps): update npm dependencies (non-major) by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/67
    • fix(deps): update npm dependencies (non-major) by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/69
    • chore(deps): update npm dependencies (non-major) by @renovate in https://github.com/productdevbook/oku-nuxt3-template/pull/70

    New Contributors

    • @renovate made their first contribution in https://github.com/productdevbook/oku-nuxt3-template/pull/40

    Full Changelog: https://github.com/productdevbook/oku-nuxt3-template/compare/v2.3.1...v3.0.0

    Source code(tar.gz)
    Source code(zip)
  • v2.3.1(Jun 21, 2022)

    What's Changed

    • "nuxt": "3.0.0-rc.4",
    • "tailwindcss": "3.1.3"
    • "@headlessui/vue": "1.6.5",
    • core: all dependencies upgrade by @productdevbook in https://github.com/productdevbook/oku-nuxt-template/pull/39

    Full Changelog: https://github.com/productdevbook/oku-nuxt-template/compare/v2.3.0...v2.3.1

    Source code(tar.gz)
    Source code(zip)
  • v2.3.0(Jun 9, 2022)

    What's Changed

    • upgrade tailwindcss and ts add by @productdevbook in https://github.com/productdevbook/nuxt3-app/pull/38

    Full Changelog: https://github.com/productdevbook/nuxt3-app/compare/v2.2.0...v2.3.0

    Source code(tar.gz)
    Source code(zip)
  • v2.2.0(Jun 7, 2022)

    What's Changed

    • [x] fix: npx nuxi generate
    • [x] core: upgrade all dependencies
    • [x] clean: yarn.lock and re-install yarn
    • fix: SSG by @productdevbook in https://github.com/productdevbook/nuxt3-app/pull/37

    Full Changelog: https://github.com/productdevbook/nuxt3-app/compare/v2.1.0...v2.2.0

    Source code(tar.gz)
    Source code(zip)
  • v2.1.0(May 14, 2022)

    What's Changed

    • devDependencies upgrade and some install package by @productdevbook in https://github.com/productdevbook/nuxt3-app/pull/35
    • nuxt3 v3.0.0-rc.3 upgrade

    Full Changelog: https://github.com/productdevbook/nuxt3-app/compare/v2.0.0...v2.1.0

    Source code(tar.gz)
    Source code(zip)
  • v2.0.0(Apr 21, 2022)

    What's Changed

    • feat: nuxt 3 upgrade and fixed: tailwindcss hot reload by @productdevbook in https://github.com/productdevbook/nuxt3-app/pull/34

    Full Changelog: https://github.com/productdevbook/nuxt3-app/compare/v1.6.0...v2.0.0

    Source code(tar.gz)
    Source code(zip)
  • v1.6.0(Mar 19, 2022)

    What's Changed

    • feat: upgrade dependencies by @productdevbook in https://github.com/productdevbook/nuxt3-app/pull/30
    • Update nuxt.config.ts by @nikita-komissarov in https://github.com/productdevbook/nuxt3-app/pull/32
    • Yarn 3 new used.
    • All upgrade dependencies

    New Contributors

    • @nikita-komissarov made their first contribution in https://github.com/productdevbook/nuxt3-app/pull/32

    Full Changelog: https://github.com/productdevbook/nuxt3-app/compare/v1.5.0...v1.6.0

    Source code(tar.gz)
    Source code(zip)
  • v1.5.0(Jan 19, 2022)

  • v1.4.1(Nov 11, 2021)

  • v1.4.0(Nov 8, 2021)

    What's Changed

    • fix: headlineui by @productdevbook in https://github.com/productdevbook/nuxt3-app/pull/25

    ✅ new add menu ✅ fixed modal

    Full Changelog: https://github.com/productdevbook/nuxt3-app/compare/v1.3.1...v1.4.0

    Source code(tar.gz)
    Source code(zip)
  • v1.3.1(Oct 27, 2021)

    What's Changed

    • core: allupdate by @productdevbook in https://github.com/productdevbook/nuxt3-app/pull/24

    Full Changelog: https://github.com/productdevbook/nuxt3-app/compare/v1.3.0...v1.3.1

    Source code(tar.gz)
    Source code(zip)
  • v1.2.1(Oct 18, 2021)

    What's Changed

    • core: add issue template by @productdevbook in https://github.com/productdevbook/nuxt3-app/pull/5
    • fix: .github typo by @productdevbook in https://github.com/productdevbook/nuxt3-app/pull/6
    • feat: vscode recommendations plugins by @productdevbook in https://github.com/productdevbook/nuxt3-app/pull/12
    • core: readme add how to dependencies update by @productdevbook in https://github.com/productdevbook/nuxt3-app/pull/13
    • fix: node engine too limited by @productdevbook in https://github.com/productdevbook/nuxt3-app/pull/15

    Full Changelog: https://github.com/productdevbook/nuxt3-app/compare/v1.1.0...v1.2.1

    Source code(tar.gz)
    Source code(zip)
  • v1.2.0(Oct 15, 2021)

    What's Changed

    • feat: pinia vue store by @productfrontenddeveloper in https://github.com/productfrontenddeveloper/nuxt3-app/pull/3

    New Contributors

    • @productfrontenddeveloper made their first contribution in https://github.com/productfrontenddeveloper/nuxt3-app/pull/3

    Full Changelog: https://github.com/productfrontenddeveloper/nuxt3-app/compare/v1.0.1...v1.1.0

    What's Changed

    • core: add issue template by @productdevbook in https://github.com/productdevbook/nuxt3-app/pull/5
    • fix: .github typo by @productdevbook in https://github.com/productdevbook/nuxt3-app/pull/6
    • feat: vscode recommendations plugins by @productdevbook in https://github.com/productdevbook/nuxt3-app/pull/12
    • core: readme add how to dependencies update by @productdevbook in https://github.com/productdevbook/nuxt3-app/pull/13
    • fix: node engine too limited by @productdevbook in https://github.com/productdevbook/nuxt3-app/pull/15

    Full Changelog: https://github.com/productdevbook/nuxt3-app/compare/v1.1.0...v1.2.0

    Source code(tar.gz)
    Source code(zip)
Owner
Mehmet
Thinking of a software product and preparing it for the future. Frontend Developer
Mehmet
Nuxt3-boilerplate - Boilerplate of TailwindCSS v3, Vue 3, Heroicons & HeadlessUI and Nuxt3

Nuxt 3 Minimal Starter with TailwindCSS, Vue3, HeadlessUI & Heroicons We recommend to look at the documentation. Setup Make sure to install the depend

null 3 May 11, 2022
⚡ A starter example with Nuxt3 + Windi CSS + Iconify + Element-plus + Pinia + Docker

Nuxt3 + Windi CSS + iconify + element-plus 创建项目 简介 Nuxt 3 - The Hybrid Vue Framework (nuxtjs.org) Build your next application with Vue 3 and experienc

西北盲流子 8 Dec 14, 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
This is a Nuxt 3 Starter Kit with Vite, Vue 3, TypeScript, SCSS and TailwindCSS!

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 M

Ricardo 17 Nov 19, 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
Vue template for starter using Vue3 + TypeScript + Vite + Pinia 🚀

Vue TypeScript Starter This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup>

Yuga Sun 30 Dec 24, 2022
Shamim Hossain 53 Dec 21, 2022
tailwindcss + nuxt3.js template

TailNuxt template This is a Nuxt3 port of the Tailnext template. This was my first attempt to translate an existing template from react to vue, so the

Bitkarrot 2 Nov 6, 2022
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
Starter template for Nuxt3 + Primer CSS

Nuxt3 + Primer CSS Starter Nuxt3 + Primer CSS starter template. Warning Nuxt3 is still in RC version. Nuxt3 (Vue3 Framework) Primer CSS (CSS Framework

Yumamama 2 Jun 23, 2022
The best place to start your Nuxt Theme.

Create Nuxt theme with this GitHub template.

Nuxt Themes 43 Jan 1, 2023
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

J. Gonzalez 95 Dec 28, 2022
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

Nangialai Stoman 43 Jan 3, 2023
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
A blog application with nuxt3, windicss, nuxt-content

A blog application with nuxt3, windicss, nuxt-content

eggp 3 Aug 16, 2022
Vue 3 boilerplate - Vite, Pinia, Vue Router & Tailwind CSS

Quick boilerplate for your next project, containing - Vite, Vuex, Vue Router & Tailwind CSS. This was created as part of my tutorial series.

richardev 29 Nov 22, 2022
fit-vue3-boilerplate: Vue 3 + Typescript + Vite + Pinia + File Based Routing

fit-vue3-boilerplate demo: https://castrix.github.io/fit-vue3-boilerplate/ installation: npm install run development: npm run dev build: npm run bui

Ihsan Fajar Ramadhan 6 Apr 11, 2022
Vite + Vue3 + TypeScript + Vue-Router4 + Pinia + Tailwind CSS + VueUse Template.

Vite-Boot Mocking up web app with Vite-Boot (speed) English | 简体中文 Features ⚡️ Vue 3, Vite 2, pnpm - born with fastness ?? Typescript - of course! nec

Kirk Lin 78 Dec 30, 2022