Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sun-zhenxing/vuepress-frontend-notes
Frontend notes.
https://github.com/sun-zhenxing/vuepress-frontend-notes
docker frontend markdown pnpm vuepress vuepress2
Last synced: 2 days ago
JSON representation
Frontend notes.
- Host: GitHub
- URL: https://github.com/sun-zhenxing/vuepress-frontend-notes
- Owner: Sun-ZhenXing
- Created: 2023-01-18T02:20:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T12:58:43.000Z (7 months ago)
- Last Synced: 2024-05-06T14:36:15.344Z (7 months ago)
- Topics: docker, frontend, markdown, pnpm, vuepress, vuepress2
- Language: JavaScript
- Homepage: https://blog.alexsun.top/vuepress-frontend-notes/
- Size: 46.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VuePress Frontend Notes
![actions status](https://img.shields.io/github/actions/workflow/status/Sun-ZhenXing/vuepress-frontend-notes/deploy-docs.yml?branch=main)
π [δΈζζζ‘£](./README.zh.md) | π [Online Reading (Chinese)](https://blog.alexsun.top/vuepress-frontend-notes/)
## π Introduction
Frontend notes, including various frontend learning notes, as well as some practices of frontend projects.
It is recommended to install the [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) plugin to format the MarkDown file.
## π οΈ Build Docs
Build with `pnpm`, the content will be generated in `docs/.vuepress/dist`:
```bash
pnpm i
pnpm build
```Build with Docker:
```bash
docker build -t vuepress-frontend-notes .
docker run -itd -p 80:80 vuepress-frontend-notes
```Now you can visit to see your docs.
## π License
- All files except `/docs/*` are licensed under [MIT License](https://mit-license.org/)
- `/docs/*` are licensed under [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)For more details, please read [this series of documents license](https://github.com/Sun-ZhenXing/Sun-ZhenXing.github.io#%E5%BC%80%E6%BA%90%E5%8D%8F%E8%AE%AE).