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
编写时使用 yarn v1.x 、node v16.x
cd vue-next-3.2.0 yarn install yarn build
由于需要写很多的小测试,也避免经过工具转换更复杂所以就直接写在 html 了。可以通过 LiveServer 启动一个静态服务在浏览器调试。
上面的服务不要关,启动 vscode 中的服务。会启动一个新的浏览器窗口,访问要调试的页面。
这三个操作步骤一致,以 Pinia 举例演示。
cd pinia-2.0.0 yarn install yarn build
// 启动调试项目 cd pinia-examples yarn install yarn dev
The text was updated successfully, but these errors were encountered:
No branches or pull requests
编写时使用 yarn v1.x 、node v16.x
Vue 调试
cd vue-next-3.2.0 yarn install yarn build
由于需要写很多的小测试,也避免经过工具转换更复杂所以就直接写在 html 了。可以通过 LiveServer 启动一个静态服务在浏览器调试。
上面的服务不要关,启动 vscode 中的服务。会启动一个新的浏览器窗口,访问要调试的页面。
Pinia / Vuex / VueRouter 调试
这三个操作步骤一致,以 Pinia 举例演示。
cd pinia-2.0.0 yarn install yarn build
// 启动调试项目 cd pinia-examples yarn install yarn dev
上面的服务不要关,启动 vscode 中的服务。会启动一个新的浏览器窗口,访问要调试的页面。
The text was updated successfully, but these errors were encountered: