mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-31 04:07:56 +01:00
chore: update docs
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import { defineNuxtConfig } from 'nuxt'
|
import { defineNuxtConfig } from 'nuxt'
|
||||||
import module from '../src/module'
|
import nuxtUI from '../src/module'
|
||||||
|
|
||||||
// https://v3.nuxtjs.org/docs/directory-structure/nuxt.config
|
// https://v3.nuxtjs.org/docs/directory-structure/nuxt.config
|
||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
@@ -12,8 +12,8 @@ export default defineNuxtConfig({
|
|||||||
{ rel: 'stylesheet', href: 'https://rsms.me/inter/inter.css' }
|
{ rel: 'stylesheet', href: 'https://rsms.me/inter/inter.css' }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
buildModules: [
|
modules: [
|
||||||
module
|
nuxtUI
|
||||||
],
|
],
|
||||||
components: {
|
components: {
|
||||||
global: true
|
global: true
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
"build": "nuxt-module-build",
|
"build": "nuxt-module-build",
|
||||||
"prepack": "yarn build",
|
"prepack": "yarn build",
|
||||||
"dev": "nuxi dev docs",
|
"dev": "nuxi dev docs",
|
||||||
"build:docs": "nuxi build docs",
|
"build:docs": "nuxi generate docs",
|
||||||
"lint": "eslint --ext .ts,.js,.vue .",
|
"lint": "eslint --ext .ts,.js,.vue .",
|
||||||
"prepare": "nuxi prepare docs",
|
"prepare": "nuxi prepare docs",
|
||||||
"release": "yarn lint && standard-version && git push --follow-tags"
|
"release": "yarn lint && standard-version && git push --follow-tags"
|
||||||
|
|||||||
Reference in New Issue
Block a user