Coder Social home page Coder Social logo

mrz9 / eeui-cli Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kuaifan/eeui-cli

0.0 1.0 0.0 494 KB

🛠️ eeui-cli 是 配合 eeui 框架使用的命令行工具。

Home Page: https://www.npmjs.com/package/eeui-cli

License: MIT License

JavaScript 91.81% Vue 2.00% Java 1.60% Ruby 0.25% Objective-C 1.28% Shell 3.05%

eeui-cli's Introduction

eeui-cli

eeui-cli 是 配合 eeui 框架使用的命令行工具

命令行使用

1、安装

npm i eeui-cli -g

如果出现permission denied等相关权限的错误提示,请使用管理员身份或root身份运行,如 mac:sudo npm i eeui-cli -g

2、更新

npm update eeui-cli -g

3、使用

3-1、创建应用

eeui create [projectName]
  • projectName: 工程名称(选题,默认:eeui-demo

3-2、项目主框架升级至最新版本

eeui update

3-3、调试开发

eeui dev

3-4、编译构造

eeui build

3-5、创建vue页面示例模板

eeui vue [pageName]
  • pageName: 页面名称

3-6、安装插件

eeui plugin [command] [pluginName]
  • command: 命令(安装:install,卸载:uninstall,修复:repair,创建:create,发布:publish
  • pluginName: 插件名称(插件列表可以查看https://eeui.app/markets/
  • command为repair时pluginName可留空。
//安装插件示例:
eeui plugin install pay

//卸载插件示例:
eeui plugin uninstall pay

//修复插件示例:
eeui plugin repair

//创建插件示例:
eeui plugin create pluginDemo

//发布插件示例:
eeui plugin publish pluginDemo

3-7、App设置(应用名称、版本等)

eeui setting

3-8、设置App模板(初始化演示模板)

eeui setdemo

3-9、一键云修复文件(热更新)

eeui repair

3-10、一键设置应用图标

eeui icons [id]

3-11、一键设置应用启动图

eeui launchimage [id]

3-12、登录云中心

eeui login

3-13、登出云中心

eeui logout

3-14、备份项目开发文件

eeui backup

3-15、恢复项目开发文件

eeui recovery

4、版本及帮助

eeui -v    // 查看当前cli版本
eeui -h    // 命令帮助信息

eeui-cli's People

Contributors

dayao2525 avatar kuaifan avatar mrz9 avatar niceskylei avatar yyqqing avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.