登录有错误

萌萌哒SAKURA酱 ab75b4d45a :arrow_up: Upgrading dependencies.update element 2.4.11 %!s(int64=6) %!d(string=hai) anos
public ab75b4d45a :arrow_up: Upgrading dependencies.update element 2.4.11 %!s(int64=6) %!d(string=hai) anos
src 33d30b39f0 :ok_hand: Updating code due to code review changes.follow es6 rules %!s(int64=6) %!d(string=hai) anos
tests 83b0061532 :fire: Removing code or files.remove cypress %!s(int64=6) %!d(string=hai) anos
.browserslistrc 668e907880 chomd(cli): merge avue-cli2 %!s(int64=7) %!d(string=hai) anos
.editorconfig ebdf00cdb9 :ok_hand: 更新代码,因为代码审核变更 %!s(int64=6) %!d(string=hai) anos
.eslintrc.js c03278f5f3 chomd(cli): close eslint %!s(int64=7) %!d(string=hai) anos
.gitignore 3c123f9356 :recycle: Refactoring code.update dir and file structure %!s(int64=6) %!d(string=hai) anos
.postcssrc.js 668e907880 chomd(cli): merge avue-cli2 %!s(int64=7) %!d(string=hai) anos
README.md 668e907880 chomd(cli): merge avue-cli2 %!s(int64=7) %!d(string=hai) anos
babel.config.js 668e907880 chomd(cli): merge avue-cli2 %!s(int64=7) %!d(string=hai) anos
package.json ab75b4d45a :arrow_up: Upgrading dependencies.update element 2.4.11 %!s(int64=6) %!d(string=hai) anos
vue.config.js b6daa190df :arrow_up: Upgrading dependencies. %!s(int64=6) %!d(string=hai) anos

README.md

avue-cli

这是基于vue-cli@3.0改的一个脚手架

Run vueUI

  • 1.npm install -g @vue/cli 全局安装vue脚手架最新版
  • 2.vue --version 查看版本是否为3.x版本
  • 3.vue-ui 运行管理工具,导入avue-cli项目
  • 4.剩下的自己摸索吧,下面时图示

图例1
图例2
图例3

Run setup

cd avue-cli

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e