登录有错误

萌萌哒SAKURA酱 cbe0ff1a79 :beers: Writing code drunkenly.no "boot" but "pre"!!update favicon.ico 6 роки тому
public cbe0ff1a79 :beers: Writing code drunkenly.no "boot" but "pre"!!update favicon.ico 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 cbe0ff1a79 :beers: Writing code drunkenly.no "boot" but "pre"!!update favicon.ico 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