We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我现在手头有一个纯原生小程序,如何过渡tina?只能重写吗
The text was updated successfully, but these errors were encountered:
可以平滑过渡。
如果想同时使用 mina-webpack 的话,推荐步骤:
npx sao mina
src
app.*
app.mina
pages
usingComponents
.mina
import { Page, Component } form '@tinajs/tina'
Page(...)
Component(...)
Page.define(...)
Component.define(...)
如果不想使用 mina-webpack, 参考 Tina.js - 直接引入 引入 tina.min.js,并参考上面的 step 5 替换 Page(...) / Component(...),也是可以的。
Sorry, something went wrong.
No branches or pull requests
我现在手头有一个纯原生小程序,如何过渡tina?只能重写吗
The text was updated successfully, but these errors were encountered: