Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangshijun/ethereum-dapp-nuxt
基于前端开发环境的以太坊智能合约 + DApp 工作流,包含编译、部署、测试等环节,Nuxt 版本
https://github.com/wangshijun/ethereum-dapp-nuxt
element-ui ethereum nuxtjs smart-contracts solidity vuejs
Last synced: 19 days ago
JSON representation
基于前端开发环境的以太坊智能合约 + DApp 工作流,包含编译、部署、测试等环节,Nuxt 版本
- Host: GitHub
- URL: https://github.com/wangshijun/ethereum-dapp-nuxt
- Owner: wangshijun
- Created: 2018-05-31T22:44:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-17T12:06:09.000Z (over 6 years ago)
- Last Synced: 2024-10-12T08:15:04.968Z (about 1 month ago)
- Topics: element-ui, ethereum, nuxtjs, smart-contracts, solidity, vuejs
- Language: Vue
- Size: 261 KB
- Stars: 51
- Watchers: 4
- Forks: 15
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ethereum-dapp-nuxt
## 这是什么?
以太坊智能合约和 DApp 开发框架和工作流示例,基于 [Vue.js](https://vuejs.org/) + [Nuxt.js](https://nuxtjs.org/) + [ElementUI](http://element-cn.eleme.io/#/zh-CN) 实现。
> 基于 [React](http://reactjs.org/) + [Next.js](https://nextjs.org/) + [Material UI](https://material-ui.com/) 实现的版本参见:[wangshijun/ethereum-contract-workflow](https://github.com/wangshijun/ethereum-contract-workflow)。
## 开发环境
* Node.js 8.x 以上
* Chrome
* 有良好命令行支持的系统## 如何开发
参见掘金小册[《区块链开发入门:从 0 到 1 构建基于以太坊智能合约的 ICO DApp》](https://juejin.im/book/5addb2eb6fb9a07abd0d4557)。