登录有错误

冷冷 ebdf00cdb9 :ok_hand: 更新代码,因为代码审核变更 6 سال پیش
public 58d66ad296 :lipstick: Updating the UI and style files. 6 سال پیش
src 5a6b9195d7 :ok_hand: 更新代码,因为代码审核变更 6 سال پیش
tests 668e907880 chomd(cli): merge avue-cli2 7 سال پیش
.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 668e907880 chomd(cli): merge avue-cli2 7 سال پیش
cypress.json 668e907880 chomd(cli): merge avue-cli2 7 سال پیش
package.json ec1fa7aa20 :bug: Fixing a bug. too much 6 سال پیش
vue.config.js dc2a3baf94 :lipstick: Updating the UI and style files. 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