Giter VIP home page Giter VIP logo

ectdclient1's Introduction

cloud-web

这是一个多模块项目,模块可以独立打包成web或electron应用

安装依赖

cd CloudWeb
npm i

淘宝的npm源

npm config set registry 'https://registry.npm.taobao.org'
npm config set ELECTRON_MIRROR='https://npm.taobao.org/mirrors/electron/'

运行项目

npm run dev:web projectName #运行web版本项目
npm run dev:electron projectName #打包electron版本项目

打包项目

'https://aliyun-wb-bvqq7ezi1t.oss-cn-beijing.aliyuncs.com'

npm run build:web projectName #打包web版本项目
npm run build:electron projectName #打包electron版本项目
npm run build:all projectName #打包web和electron版本项目
npm run build:all #打包所有项目的web和electron版本
			<!-- <ul>
				<li v-for="(item, index) in categoryMenuData" :key="index" ripple :class="{ active: data.categoryType === item.data }" @click="change(index)">
					<i :class="item.icon" />{{ item.name }}
					<div class="count" v-show="item.count > 0">{{ item.count }}</div>
				</li>
			</ul> -->
			<!-- <div class="bottom">
				<div class="tower" :style="{ background: 'url(' + towerSrc + ')' }"></div>
				<p>{{ data.selectTips }}</p>
			</div> -->

ectdclient1's People

Contributors

promisefan avatar

Watchers

R_o_S 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.