/vuepress-tools-notes

VuePress Tools Notes | 工具笔记

Primary LanguageDockerfile

VuePress Tools Notes

actions status

🌐 中文文档 | 🚀 Online Reading (Chinese)

📖 Introduction

The usage guide of various tools.

It is recommended to install the markdownlint plugin to format the MarkDown file.

🛠️ Build Docs

Build with pnpm, the content will be generated in docs/.vuepress/dist:

pnpm i
pnpm build

Build with Docker:

docker build -t vuepress-tools-notes .
docker run -itd -p 80:80 vuepress-tools-notes

Now you can visit http://localhost to see your docs.

📜 License

For more details, please read this series of documents license.