# ImeetNFT **Repository Path**: forProject_work/imeet-nft ## Basic Information - **Project Name**: ImeetNFT - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 3 - **Created**: 2022-04-21 - **Last Updated**: 2022-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # imeetnft > A Vue.js project ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` ### 搭建项目目录 按如下文件目录搭建项目框架 ```bash imeet-nft |--build 主要源码目录 |--config 主要源码目录 |--src 主要源码目录 |-- api 接口文件,统一管理 |-- assets 静态资源,统一管理 |-- components 公用组件,全局组件 |-- Js JS相关操作处理 |-- ajax axios封装的请求拦截 |-- common 全局公共函数 |-- filters 全局过滤函数 |-- loading 全局加载动效 |-- toast 全局弹框提示 |-- web3sign web3签名 |-- web3tool web3初始化 |-- lang 语言包,统一管理 |-- zh 中文 |-- en 英文 |-- mock 模拟数据,统一管理 |-- router 路由,统一管理 |-- store vuex, 统一管理 |-- views 视图目录 |-- collection 合集管理 |-- create 新建作品 |-- buyandsell 作品交易相关(买卖) |-- user 用户相关 |-- watermark 水印相关 |-- groupbuy 团购相关 |--static |--contract 合约文件 |--css 公共样式库 ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).