vue
文章平均质量分 78
分享一些学习使用vue的经验
niuiic
这个作者很懒,什么都没留下…
展开
-
Advanced Tutorial of Vue-Vite-Typescript
For more sharing content, please visit my personal blog.https://www.niuiic.top/The following are the notes I took when I studied vue with reference to the official tutorial. The biggest difference between my notes and official tutorial is that I use type原创 2021-06-06 16:06:36 · 201 阅读 · 0 评论 -
创建 Tauri + Vue + Typescript + Vite + Less 应用
项目创建流程直接上代码app_init.sh$templatePath=xxxecho "What's your app's name?"read appNameyarn create @vitejs/app $appName --template vue-tscd $appNameyarn set version berrycp "$templatePath/tauri/yarnrc.yml" .yarnrc.ymlyarn installyarn add less -Dyarn原创 2021-06-04 14:52:52 · 2260 阅读 · 0 评论 -
Basic Tutorial of Vue-Vite-Typescript
For more sharing content, please visit my personal blog.https://www.niuiic.top/The following are the notes I took when I studied vue with reference to the official tutorial. The biggest difference between my notes and official tutorial is that I use type原创 2021-05-17 22:33:27 · 288 阅读 · 0 评论 -
创建vue项目:vue3 + vite + typescript + less
首先声明一下,笔者只是刚玩了会vue, 和 cannot find module vue斗智斗勇了半天。好不容易搞定了,来分享一下。以下不会涉及关于vue开发的具体内容。首先使用npm全局安装yarn2。npm install -g yarn@berryyarn2在全局的配置让人迷惑。于是干脆在全局使用npm,yarn2就在项目内用了。创建项目# yarn2似乎只能在项目内配置,所以创建项目之前是没法配置镜像的。# 使用vue + ts的模板创建项目yarn create @vitejs原创 2021-05-15 11:01:16 · 1906 阅读 · 0 评论