- framework
- component
- router
- function: v-on
- Tab 选项卡
- 色块
- 用户输入输出连接
- 参考网页:email-helper
- 动态文字
- 参考网页:mfrashad
- 暗黑模式切换
- 发光背景
- 导航栏
- 图片处理
project setup
# create project
npm update -g @vue/cli
vue create <PROJECT-NAME>
# serve
yarn serve
# build
yarn build
# yarn command
yarn init # 初始化项目
yarn install # 安装依赖
yarn add package-name #add new dependency
use tailwildcss
# Using Yarn
yarn add -D tailwindcss
npx tailwindcss init -p
'''
**opentype**
```bash
yarn add opentype.js