Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mlemoe/fe-note

A front-end notes and test code repository, driven by vuepress2 and vite. 一份前端笔记和测试代码仓库, 使用 vuepress2 + vite 驱动。
https://github.com/mlemoe/fe-note

Last synced: about 1 month ago
JSON representation

A front-end notes and test code repository, driven by vuepress2 and vite. 一份前端笔记和测试代码仓库, 使用 vuepress2 + vite 驱动。

Awesome Lists containing this project

README

        

# the front-end notes of Mia

## 两个部分

- 前端笔记

位置: docs/

一个使用 vuepress2 驱动的笔记文档,记录我在前端方面(或许也有点其它有意思的东西)的所学所思所得。

- 代码仓库

位置:src/ + index.html

写技术笔记,demo 当然不会少呀。那么就开个测试页面咯。

使用超快的构建工具 vite 来驱动(其实笔记用的 vuepress2 里也是用的这个)。

## 如何运行

运行文档

```bash
yarn dev
```

运行测试代码

```bash
yarn test
```