Giter Site home page Giter Site logo

xiaomifun / sagooiot-doc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sagoo-cloud/sagooiot-doc

0.0 0.0 0.0 26.54 MB

SagooIOT说明文档,SagooIOT 是一个基于Golang开发的简单实用的iot系统

License: MIT License

JavaScript 12.48% TypeScript 43.76% CSS 28.15% Makefile 0.35% Vue 15.25%

sagooiot-doc's Introduction

SagooIOT 说明文档

采用 VitePress 搭建

在线地址:https://iotdoc.sagoo.cn/

启动代码:npm run dev

打包代码:npm run build

Make方式:make dev / make dist

VitePress 说明文档:https://vitepress.vuejs.org/

文档编辑

1,文档目录的修改: 修改工程的根目下.viteprees/config.ts 跟据需要内容修改即可。

2,文档内的图片存放位置: public/imgs 建议跟据图片所在文档的路径创建相关目录,方便管理。

3,文档内容编写: 当前主要文档有三类:guide(用户使用手册)、develop(开发手册)、cases(案例)

安装

本项目采用 pnpm 进行包管理,若要使用其它管理方式,请删除 pnpm-lock.yaml 并安装依赖

#pnpm(建议使用nrm切换到淘宝源)
pnpm install

# npm
npm install

# yarn
yarn install

启动

#pnpm
pnpm dev

# npm
npm run dev

#yarn
yarn dev

#Makefile
make dev

编译

#pnpm
pnpm run build

# npm
npm run build

#yarn
yarn run build

#Makefile
make dist

sagooiot-doc's People

Contributors

fadding avatar xinjiayu avatar yanglz1991 avatar shubo83 avatar weiwiegeng avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.