This website works better with JavaScript.
首頁
探索
說明
登入
lizhuang
/
hanye-website
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
Hanye官网
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
111
Commit
1
分支
分支:
master
master
分支列表
標籤列表
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
hanye-website
/
postcss.config.js
postcss.config.js
82B
原始文件
永久連結
Normal View
文件歷史
feat: 初始化Nuxt3项目,添加基本结构和多语言支持 - 新增.gitignore文件,排除不必要的文件和目录。 - 创建app.vue作为应用的主入口,包含NuxtLayout和NuxtPage。 - 添加error.vue组件,用于处理错误页面显示。 - 配置i18n支持,新增多语言配置文件i18n.config.ts,支持中文、英文和日文。 - 更新nuxt.config.ts,集成i18n模块和相关配置。 - 新增多个页面和组件,包括关于我们、联系我们、产品列表等。 - 添加全局错误处理插件,捕获未处理的错误。 - 引入Tailwind CSS进行样式设计,创建相关的CSS文件。 - 新增favicon和robots.txt文件,优化SEO设置。 - 完成基本的项目结构,准备后续功能开发。
2 月之前
1
2
3
4
5
6
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}