Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xmasuhai/vue2.7-version-test
https://github.com/xmasuhai/vue2.7-version-test
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xmasuhai/vue2.7-version-test
- Owner: xmasuhai
- Created: 2024-08-19T08:08:57.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-20T06:05:10.000Z (5 months ago)
- Last Synced: 2024-08-20T09:45:00.374Z (5 months ago)
- Language: Vue
- Size: 470 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# version-test vue2.7依赖版本测试项目
- `[email protected] ~ 1.22.22`
- `[email protected]`
- 最低兼容 `chrome 49`,查看配配置:`.browserslistrc`
- 最高支持 `ES2020` 语法> 参考链接:
- [迁移至 Vue 2.7](https://v2.cn.vuejs.org/v2/guide/migration-vue-2-7.html)
## 逐步修改代码
- `eslint` 规则下的 'off' 逐步修改代码
- `scss` 警告提示逐步修复;
- `vue`模板中样式标签中的深入样式选择器只使用 `::v-deep`,全局替换旧的 `/deep/`,禁止使用 `/deep/` 已在新版`sass`中废弃## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).