# ElementUILearn01 **Repository Path**: monkan/element-ui-learn01 ## Basic Information - **Project Name**: ElementUILearn01 - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-24 - **Last Updated**: 2025-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ElementUI学习工程 主要用于学习lementUI ## 工程说明 ### 安装nodejs相关的包 1. npm install -g @vue/cli 2. npm install element-plus --save ### 如何启动json-server npx json-server --watch db.json ### 如何访问数据 1. http://localhost:3000/posts 2. http://localhost:3000/posts/1 3. http://localhost:3000/comments 4. http://localhost:3000/profile