登录有错误

萌萌哒SAKURA酱 eb78295e86 :art: Improving structure / format of the code. 6 년 전
public eb78295e86 :art: Improving structure / format of the code. 6 년 전
src eb78295e86 :art: Improving structure / format of the code. 6 년 전
tests 83b0061532 :fire: Removing code or files.remove cypress 6 년 전
.browserslistrc 668e907880 chomd(cli): merge avue-cli2 7 년 전
.editorconfig ebdf00cdb9 :ok_hand: 更新代码,因为代码审核变更 6 년 전
.eslintrc.js c03278f5f3 chomd(cli): close eslint 7 년 전
.gitignore 3c123f9356 :recycle: Refactoring code.update dir and file structure 6 년 전
.postcssrc.js 668e907880 chomd(cli): merge avue-cli2 7 년 전
README.md 668e907880 chomd(cli): merge avue-cli2 7 년 전
babel.config.js eb78295e86 :art: Improving structure / format of the code. 6 년 전
package.json ab75b4d45a :arrow_up: Upgrading dependencies.update element 2.4.11 6 년 전
vue.config.js b6daa190df :arrow_up: Upgrading dependencies. 6 년 전

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