https://github.com/kun1007/kun-nuxt-template
A mini starter for Nuxt. Just for concise and moe!
https://github.com/kun1007/kun-nuxt-template
color-scheme eslint i18n nuxt nuxt3 nuxt3-starter pinia prettier renovate sass starter typescript vue3 workflow
Last synced: 4 months ago
JSON representation
A mini starter for Nuxt. Just for concise and moe!
- Host: GitHub
- URL: https://github.com/kun1007/kun-nuxt-template
- Owner: KUN1007
- Created: 2024-08-09T03:06:59.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-19T05:45:37.000Z (12 months ago)
- Last Synced: 2025-04-08T13:18:48.630Z (6 months ago)
- Topics: color-scheme, eslint, i18n, nuxt, nuxt3, nuxt3-starter, pinia, prettier, renovate, sass, starter, typescript, vue3, workflow
- Language: Vue
- Homepage:
- Size: 579 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kun-nuxt-template
A mini starter for Nuxt. Just for concise and moe!

## How to use
Click `Use this template` to create your own repository, clone your repository, open it and input
``` bash
pnpm i && pnpm dev
```to your terminal.
## Tech-stack
``` json
"@nuxt/icon": "^1.4.5",
"@nuxt/image": "^1.5.0",
"@nuxtjs/color-mode": "^3.4.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "8.0.0",
"@nuxtjs/sitemap": "^5.1.4",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@pinia/nuxt": "^0.5.1",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.12.7",
"dayjs": "^1.11.12",
"dayjs-nuxt": "^2.1.9",
"eslint": "^8.57.0",
"nuxt": "^3.12.4",
"nuxt-schema-org": "^3.3.6",
"nuxt-typed-router": "^3.6.3",
"prettier": "^3.2.5",
"sass": "^1.75.0",
"vue": "^3.4.23",
"vue-router": "^4.4.3"
```## Explore more...
https://github.com/KUN1007/kun-galgame-nuxt3