🌐 中文文档 | 🚀 Online Reading (Chinese)
Frontend notes, including various frontend learning notes, as well as some practices of frontend projects.
It is recommended to install the markdownlint plugin to format the MarkDown file.
Build with pnpm
, the content will be generated in docs/.vuepress/dist
:
pnpm i
pnpm build
Build with Docker:
docker build -t vuepress-frontend-notes .
docker run -itd -p 80:80 vuepress-frontend-notes
Now you can visit http://localhost to see your docs.
- All files except
/docs/*
are licensed under MIT License /docs/*
are licensed under CC-BY-NC-SA 4.0
For more details, please read this series of documents license.