Coder Social home page Coder Social logo

docs's Introduction

部署指南

本笔记基于 vuepress

ToDo

  • 基础介绍和使用方法

  • Dockerfile

  • thinking

基础介绍和使用方法

笔记预览 suyu.io

安装流程 (交流学习(QQ 28240021))

  • 服务器环境 node + yarn
  • 基于目录 docs 为笔记基础 (duck不必像我一样加一层目录
  • 参考 docs/.vuepress/config.js 和 docs/notes目录下文件(如果需要更多功能可以查阅vuepress官方手册)
  • 可通过yarn docs:dev 测试或直接yarn docs:build (docs: 指 ./docs 目录下)
  • build后 docs/.vuepress/dist 为资源目录
  • 通过nginx|apache提供web服务

Dockerfile

基于node基础包 + nginx做web服务代理

docker build -t docs .
docker run -p 8080:8080 docs

thinking

TODO

docs's People

Contributors

xc9788 avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar

Watchers

James Cloos avatar

docs's Issues

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.