Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/themusecatcher/front-end-notes

前端开发学习与问题笔记
https://github.com/themusecatcher/front-end-notes

Last synced: about 2 hours ago
JSON representation

前端开发学习与问题笔记

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-notes

pnpm i
```

- Run project

```sh
pnpm docs:dev
```