-
Notifications
You must be signed in to change notification settings - Fork 299
[ospp]增加 Nuxt 支持
Kagol edited this page Sep 26, 2024
·
6 revisions
任务清单:https://github.com/orgs/opentiny/projects/8/
git clone git@github.com:opentiny/tiny-vue.git
git checkout ospp-2024/004-nuxt-support
pnpm i
pnpm dev:nuxt
无法访问,页面报错。

验证功能点:
- 增加tiny-vue-nuxt模块
- 改造TinyVue代码,以适应Nuxt环境
- 支持Vue2和Vue3,在Vue2和Vue3项目中走通nuxt插件使用流程
- 完善对应的自动化测试
- 补充对应的使用文档
发布 @opentiny/nuxt 测试包,并在 Nuxt3 项目中安装和使用 TinyVue。