项目作者: Larsklopstra

项目描述 :
Documentation for Nebula admin panel.
高级语言: JavaScript
项目地址: git://github.com/Larsklopstra/nebula-documentation.git
创建时间: 2020-09-22T12:10:34Z
项目社区:https://github.com/Larsklopstra/nebula-documentation

开源协议:

下载


nebula-docs

Setup

Install dependencies:

  1. npm run install

Development

  1. npm run dev

Static Generation

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

  1. 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.