0.0.1 • Published 2 years ago

yj.allinone v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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