多维表格
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Pranav C d9e20be224 docs: Add docs package 3 years ago
..
assets docs: Add docs package 3 years ago
content docs: Add docs package 3 years ago
static docs: Add docs package 3 years ago
.gitignore docs: Add docs package 3 years ago
README.md docs: Add docs package 3 years ago
nuxt.config.js docs: Add docs package 3 years ago
package-lock.json docs: Add docs package 3 years ago
package.json docs: Add docs package 3 years ago

README.md

nc-doc-md-theme

Setup

Install dependencies:

npm run install

Development

npm run dev

Static Generation

This will create the dist/ directory for publishing to static hosting:

npm run generate

To preview the static generated app, run npm run start

For detailed explanation on how things work, checkout nuxt/content and @nuxt/content theme docs.