mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +00:00
docs: update docus to latest
pinning nuxt-windicss for https://github.com/windicss/windicss-webpack-plugin/pull/80
This commit is contained in:
parent
bdd37f5158
commit
95d5c58e08
@ -1,5 +1,5 @@
|
|||||||
export default {
|
export default {
|
||||||
title: 'Nuxt',
|
title: 'Nuxt 3',
|
||||||
url: 'https://v3.nuxtjs.org',
|
url: 'https://v3.nuxtjs.org',
|
||||||
theme: {
|
theme: {
|
||||||
colors: {
|
colors: {
|
||||||
|
@ -2,10 +2,12 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "nuxt dev",
|
"dev": "nuxt dev",
|
||||||
"build": "nuxt generate",
|
"build": "nuxt generate"
|
||||||
"generate": "nuxt generate"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"docus": "^0.5.14"
|
"docus": "^0.7.0"
|
||||||
|
},
|
||||||
|
"resolutions": {
|
||||||
|
"nuxt-windicss": "~0.6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<nuxt-link to="/get-started/installation">
|
<nuxt-link to="/get-started/installation">
|
||||||
Getting Started
|
Get Started
|
||||||
</nuxt-link>
|
</nuxt-link>
|
||||||
</template>
|
</template>
|
||||||
|
|
@ -1,14 +0,0 @@
|
|||||||
<template>
|
|
||||||
<nuxt-link to="/getting-started/intro">
|
|
||||||
Getting Started
|
|
||||||
</nuxt-link>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
asyncData ({ redirect }) {
|
|
||||||
redirect('/getting-started/intro')
|
|
||||||
return {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,6 @@
|
|||||||
"@nuxtjs"
|
"@nuxtjs"
|
||||||
],
|
],
|
||||||
"ignoreDeps": [
|
"ignoreDeps": [
|
||||||
"docus",
|
|
||||||
"jest",
|
"jest",
|
||||||
"ts-jest"
|
"ts-jest"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user