Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/couriourc/couriourc.ideas.io
learning in training
https://github.com/couriourc/couriourc.ideas.io
ideas-bin unocss vue
Last synced: about 2 months ago
JSON representation
learning in training
- Host: GitHub
- URL: https://github.com/couriourc/couriourc.ideas.io
- Owner: couriourc
- Created: 2022-06-05T07:04:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T00:04:54.000Z (over 1 year ago)
- Last Synced: 2024-04-16T05:07:07.537Z (9 months ago)
- Topics: ideas-bin, unocss, vue
- Language: Vue
- Homepage: https://couriourc-ideas.netlify.app/
- Size: 26.6 MB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README-CN.md
Awesome Lists containing this project
README
# 50 Project Train in Vue3
## How to use it ?1. 创建路由, 并且在路由中添加一个组件
2. 开始你的页面
3. 提供工具有: Unocss、ReturnButton、i18n、autoImport , 提供指令有 v-waves 需要设置请自建
## 推荐安装的插件
- [VS Code](https://code.visualstudio.com/)
- [volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar)
- [gitlens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)
- [auto-close-tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag)
- [local-history](https://marketplace.visualstudio.com/items?itemName=xyz.local-history)
- [todo-tree](https://marketplace.visualstudio.com/items?itemName=grountfuggly.todo-tree)
- [code-spell-checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker)
- [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig)
- [todo-tree](https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree)
- [vscode-fileheader](https://marketplace.visualstudio.com/items?itemName=mikey.vscode-fileheader)
- [ignore](https://marketplace.visualstudio.com/items?itemName=Syler.ignore)## TS 配置信息
- [typeScript tsconfig 配置详解](https://juejin.cn/post/6844904093568221191) 见 src/tsconfig.json 见 src/tsconfig.node.json
## ESLint 配置信息
- [eslint 配置详解](http://eslint.cn/docs/user-guide/configuring)
## Prettier 配置信息
## TSX 支持