# my-site **Repository Path**: code-action/my-site ## Basic Information - **Project Name**: my-site - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-28 - **Last Updated**: 2025-07-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # My Site 我的站点,使用 vuepress1.X ## 步骤 1. gitee 建立项目 my-site 2. git clone https://gitee.com/code-action/my-site.git 3. vscode 打开 my-site 4. npm init ```bash C:\Bruce\ws\actions\my-site>npm init This utility will walk you through creating a package.json file. It only covers the most common items, and tries to guess sensible defaults. See `npm help init` for definitive documentation on these fields and exactly what they do. Use `npm install ` afterwards to install a package and save it as a dependency in the package.json file. Press ^C at any time to quit. package name: (my-site) version: (1.0.0) description: my site entry point: (index.js) test command: git repository: (https://gitee.com/code-action/my-site.git) keywords: vuepress author: xiaohui license: (ISC) MIT About to write to C:\Bruce\ws\actions\my-site\package.json: { "name": "my-site", "version": "1.0.0", "description": "my site", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://gitee.com/code-action/my-site.git" }, "keywords": [ "vuepress" ], "author": "xiaohui", "license": "MIT" } Is this OK? (yes) yes C:\Bruce\ws\actions\my-site> ``` 5. npm install -D vuepress 安装 vuepress 依赖