/blog-vue3

This is a blog developed using Vue3.

Primary LanguageVueGNU General Public License v3.0GPL-3.0

博客系统-开发中

项目架构 vue3 + vue-router + vuex + typescript + element-plus

运行项目

安装依赖

npm install

运行服务

npm run serve

编译项目

npm run build

错误检查

npm run lint

配置参考

查看 配置参考.

Vue官网

查看 Vue官网

欢迎大家一起完善。

QQ群1:56821781

QQ群2:632512781

其他

npm install -g create-vite-app
create-vite-app blog
npm init vite-app vite
npm install @vue/cli-service --save-dev
vue add @vue/typescript
npm info vue-router versions
npm i vue-router@4.0.12
# or
vue create xxx