随笔分类 - vue
vue基础用法
摘要:原文链接 前端代码:https://github.com/Snowstorm0/token-login-vue 后端代码:https://github.com/Snowstorm0/token-login-spring 使用 Spring+Vue 实现 token 登录、退出、访问拦截等功能。 1
阅读全文
摘要:原文链接 代码介绍 前端代码:https://github.com/Snowstorm0/token-login-vue 后端代码:https://github.com/Snowstorm0/token-login-spring 使用 Spring+Vue 实现 token 登录、退出、访问拦截等功
阅读全文
摘要:原文链接 nodejs nodejs下载地址: https://nodejs.org/en/download/ 下载后上传到服务器,并解压。 进入解压的文件夹,可以查看版本: ./bin/node -v 建立 node 软连接,变为全局变量: ln -s /home/myroot/Desktop/V
阅读全文
摘要:原文链接 代码地址:https://github.com/Snowstorm0/vue-login-mock 1 创建项目 打开cmd,输入ui命令: vue ui 若没有反应,可能是版本太低,需要卸载后重装: npm uninstall vue-cli -g #卸载 npm install @vu
阅读全文
摘要:原文链接 代码地址 前端地址:https://github.com/Snowstorm0/SpringAndVue-vue 后端地址:https://github.com/Snowstorm0/SpringAndVue-spring 1 数据库 创建MySQL数据库。 表名为user_data,人员
阅读全文