[vue3] Build the project, and the sample components in the project use the combined API and <script setup>

The npm init vue@latest command will install and execute create-vue , which is Vue's official project scaffolding tool.

You will see hints of some optional features like TypeScript and testing support

The example components in the generated project use the composition API and the <script setup>

When ready to release the app to production, run: npm run build

Guess you like

Origin blog.csdn.net/m0_67986791/article/details/129584173