Login
Discover
Waves
Communities
Login
Signup
Topics
#vuejs
Global
Trending
Hot
New
Top
#vuejs
New
Top communities
Create your community
latest #vuejs created topics | Ecency
lemooljiang
HIVE CN 中文社区
2y
简易计算UniswapV2的代币价格 / 学习智能合约#67
简易计算UniswapV2的代币价格,这算是一个补充吧。以前虽也看过V2的合约,一般也用不着自己去求。这次是要集成$Slime的充值,需要计算一下价格,就找来资料试着计算下。 UniswapV2主要使用了 RouterV2 合约的两个方法,把它写成ABI,如下: const routerAbi = [ "function getAmountsOut(uint amountIn, address[]
$ 2.639
41
wesly91
Threespeak
3y
!
Low reputation account with an unverified outbound link, Reveal content
Introduccion al curso de vue de fernando herrera
una presentacion de un exelente curso de fernando herrera ▶️ 3Speak
$ 0.032
4
epic7choux
Threespeak
3y
!
Low reputation account with an unverified outbound link, Reveal content
cosas interesantes de vuejs
algunas caracteristicas de vue que te pueden interesar ▶️ 3Speak
hivetrending
dev
4y
Kolony.org Dev Log - episode 2
https://kolony.org, a Hive front-end app. It's becoming more usable now and will improve over time.
thelastdash
Town Square
4h
Published via Ecency
Promoted
What if Ecency monetize our email newsletters with ads
When I learnt about the Ecency email subscription feature, I felt genuinely happy for it as I see it as the first step into putting Hive content to people that have no clue that there is anything like
hivetrending
dev
4y
Kolony.org Dev Log - episode 1
Twice built https://kolony.org, a Hive front-end app. It's barely usable now and will improve over time.
farpetrad
STEMGeeks
4y
Vue.js Development - Part 4 Routing, Eslint and a Simple Component for Boostrap nav-item
Welcome back for another session of our Vue development series. Today we are going to look into adding routing using async loading as well as implementing a component for our bootstrap navigation items
farpetrad
Programming & Dev
4y
Vue.js 3 Development - Part 3 Jest & Creating a Navigation bar
Intro Hey everyone. So I messed up last time and was kind of tired and published before adding all the Jest unit testing setup and feel really bad for letting you all down. So today were going to go hard
farpetrad
Programming & Dev
4y
Hosting a Vue 3 application in .NET 6 Part 2: Enabling Typescript and Jest
Welcome back everyone. Hope you had time to read and absorb the first article in the series Hosting a Vue 3 application in .NET 6. We went over a lot with setting up our basic host in .NET but didn't really
ecency
Town Square
9d
Published via Ecency
Promoted
Your Blog, Your Server: Self-Hosted Blogs v1.0.0
The blog side of Ecency 4.4.1 got big enough to need its own post. The short version: there are now three answers to the question "where does my blog run". One of them costs nothing and does
lemooljiang
HIVE CN 中文社区
4y
合约的执行结果和历史的数据结构 / 学习智能合约#57
在执行智能合约时如何确定合约的正确执行结果呢?在得到正确的结果后再执行一系列的操作。比如现实中,只有你已确定付款后才能拿走商品一样,智能合约只能得到正确的结果才能进行下一步。 要起得到确定的结果,一般有两种办法:一种是轮询事件,另一种是直接分析得到的结果 。例如:let res = await instance.methods.transfer(to, amount),
asgarth
PeakMonsters
5y
Making PeakMonsters 200% Faster
A few days ago @splinterlands opened the Chaos Legion edition general sale for everyone. Some players have already been able to purchase packs during the pre-sale, but the bulk of the purchases will happen
strangersoul
electron
5y
ElectronJS send and receive between Vue components
Send and Receive data from and to electron and Vue-CLI.
lemooljiang
HIVE CN 中文社区
5y
IPFS使用指南(更新版) / 学习智能合约#53
说明 简介 下载与资源 IPFS的公共网关 一、服务器端(用go版) 安装 查看配置config 设置端口和跨域 systemctl-service nginx配置反向代理 二、前端(js-ipfs-http-client) 安装和配置 上传图片到ipfs 上传视频到ipfs videostream播放视频 说明 用IPFS提供web服务,需要有两部分,一是服务器端开启daemon,
apnigrich
Shadow Hunters
2d
Published via Ecency
Promoted
There Are No Mushrooms, But There Are Shadows
There are no mushrooms, but there are shadows
This is my application for the contest Shadow Hunters Community SMASh Contest- Round 440 by @melinda010100 This post is for #SublimeSunday is inspired by @c0ff33a and #BeautifulSunday is initiated by @ace108
lemooljiang
HIVE CN 中文社区
5y
Polygon Mumbai测试网布署合约 / 学习智能合约#48
Polygon生态发展得挺不错,可以算是成熟的layer2了。
lemooljiang
HIVE CN 中文社区
5y
solidity 0.8版本更新 / 学习智能合约#46
自身集成了SafeMath终归是件好事,使用起来更适合小学生水平
lemooljiang
HIVE CN 中文社区
5y
工厂合约模式factory / 学习智能合约#45
从智能合约中创建另一个智能合约,就像一个工厂批量制造出产品一样。
mkt
web
5y
mapState, mapGetters, mapMutations and mapActions with Vue3/Vuex4 and script setup
Published here first: I just stumbled upon this StackOverflow post while checking out Vue 3 and this new syntax and Composition API and so on and getting to the point where I was ready to add a Vuex store.
wiseagent
Scrobble.life
7d
Promoted
MOVIE REVIEW: “The Client” (1994)
This publication was also writen in SPANISH and PORTUGUESE. IMDb Synopsis: After witnessing the suicide of a sought-after mafia lawyer, young Mark Sway hires a lawyer to protect him when a district attorney
faithetim
Abundance Tribe
5y
Published via Ecency
Abundance.Tribe's BiWeekly Question - Who Are You Living Your Life For?
I will never be here today of not for my nephew, Three months ago he advice me not to go on drinking alcoholic but i was like why his he saying such things to me, then i realized that drinking alcoholic
themarkymark
vuejs
5y
VueJS update claims up to 260% more performance!
"We are excited to announce the release of Vue.js 3.2 "Quintessential Quintuplets"! This release includes many significant new features and performance improvements, and contains no breaking
lemooljiang
HIVE CN 中文社区
5y
波场中返回数组 / 学习智能合约#43
因为波场中的TVM中还只是支持solidity 0.5的版本,在返回数组类型的值时还是不方便。
mkt
github
5y
GitHub Pages with Dynamic Routes
GitHub Pages is a super convenient hosting service for static sites. With this simple trick it supports dynamic URLs.
Older →