logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

npm init vite-app 是什么意思?

Vue3刚发布不久,官方推荐的创建方法之一就是通过脚手架Vite来在创建一个vue3项目,对应的命令为:npm init vite-app hello-vue3 # OR yarn create vite-app hello-vue3其实执行 npm init vite-app 时,npm 会补全模块名为 create-vite-app 并执行 npx create-vite-appnpm ini

#npm
vue form表单提交但不跳转页面

vue使用@submit.prevent=""来设置提交时执行的函数,并阻止页面跳转:<form id="msgForm" action="http://api.clustar.ai/visitorinfo/" method="post&quo

完美解决Github访问不了

https://www.cnblogs.com/Owen-ET/p/10868620.html

git submodule add时报错:A git directory for ‘xxxx‘ is found locally with remote(s)

A git directory for 'pages' is found locally with remote(s):origingit@git.in-clustar.ai:ops/aios-pages.gitIf you want to reuse this local git directory instead of cloning again fromgit@git.in-...

到底了