# web3-5220563 **Repository Path**: small-chapter123/web3-5220563 ## Basic Information - **Project Name**: web3-5220563 - **Description**: 2023.7.1-2023.7.10 school study - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-07-02 - **Last Updated**: 2025-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Web3练习作业:章邦炫-5220563 # 项目结构 ``` WEB3-5220563 └─docs └─tasks └─readme.md └─assets └─BigRedBook ├─.angular ├─.vscode ├─node_modules └─src ├─app ├─assets └─img └─modules └─dvideo ├─home ├─shop ├─message └─mine ``` # 配置环境 ``` 安装vscode 安装node 安装git git clone https://gitee.com/small-chapter123/web3-5220563.git git config --global user.name "zbx-5220563" git config --global user.email "1656988382@qq.com" npm i -g @angular/cli powershell Set-ExecutionPolicy RemoteSigned npm i parse-dashboard -g parse-dashboard --appId dev --masterKey devmk --serverURL http://metapunk.cn:9999/parse --appName Web3Dev npm i -S parse npm i --save-dev @types/parse ``` # 参考文档 https://angular.io/guide/event-binding https://ionicframework.com/