# truffle-vue **Repository Path**: hkduan/truffle-vue ## Basic Information - **Project Name**: truffle-vue - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-02-17 - **Last Updated**: 2022-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Dapp-vue #### 介绍 基于truffle文档的truffle-boxes的webpack盒子 #### 环境声明: 1. 需要有truffle环境 2. npm -g install truffle 3. npm install -g ganache-cli #### 使用步骤 首先保证在软件根目录目录下 1. truffle devlop 非必须 2. truffle compile 编译合约 3. truffle migrate 部署合约 4. cd vuebox 进入前端根目录 5. npm i 下载相关依赖 6. npm run serve 启动前端项目