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