https://github.com/betacatpro/nuxt-airbnb-ssr
构建Vue3 SSR应用
https://github.com/betacatpro/nuxt-airbnb-ssr
scss typescript vite vue3
Last synced: about 2 months ago
JSON representation
构建Vue3 SSR应用
- Host: GitHub
- URL: https://github.com/betacatpro/nuxt-airbnb-ssr
- Owner: BetaCatPro
- Created: 2022-08-01T10:42:19.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-20T13:07:29.000Z (over 2 years ago)
- Last Synced: 2025-03-26T14:54:12.644Z (about 2 months ago)
- Topics: scss, typescript, vite, vue3
- Language: Vue
- Homepage:
- Size: 532 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Note
- vite.config.js 文件中使用 resolve, node 的版本要求如下: import which is supported in v16.0.0+ and v14.18.0+. v15 does not support this.
- eslint 中设置 "vue/multi-word-component-names":"off", 禁止检查 vue 文件命名规范(默认规范为驼峰或者 '-' 连接)
- 配置 vite 指定传递给 CSS 预处理器的选项来引入全局 mixin 样式: vite.config.js 中配置 additionalData: '@import "src/styles/index.scss";'
-