Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/themusecatcher/front-end-notes
前端开发学习与问题笔记
https://github.com/themusecatcher/front-end-notes
Last synced: about 2 hours ago
JSON representation
前端开发学习与问题笔记
- Host: GitHub
- URL: https://github.com/themusecatcher/front-end-notes
- Owner: themusecatcher
- Created: 2023-06-09T02:03:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-24T08:21:48.000Z (2 months ago)
- Last Synced: 2024-10-24T18:03:11.879Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 109 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Front-end Notes
## Document & Online preview
[Front-end Notes](https://themusecatcher.github.io/front-end-notes/)
- JavaScript
- HTML
- CSS
- Vue2
- Vue3
- Mobile
- Http
- Plugins## Project
- Get the project code
```sh
git clone https://github.com/themusecatcher/front-end-notes.git
```- Install dependencies
```sh
cd front-end-notespnpm i
```- Run project
```sh
pnpm docs:dev
```