Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rick-hup/templates
https://github.com/rick-hup/templates
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rick-hup/templates
- Owner: rick-hup
- Created: 2024-09-04T12:33:21.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-07T10:56:15.000Z (4 months ago)
- Last Synced: 2024-10-30T11:41:26.888Z (3 months ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 项目模版仓库
这个仓库是我用来存放项目模版的,包括 Vue、React 等等。
![项目模版](https://example.com/banner.png)
## 目录
- [简介](#简介)
- [项目模版](#项目模版)
- [Vue 项目模版](#vue-项目模版)
- [React 项目模版](#react-项目模版)
- [如何使用](#如何使用)
- [贡献指南](#贡献指南)
- [许可证](#许可证)## 简介
欢迎来到项目模版仓库!这里你可以找到各种前端项目的模版,帮助你快速启动开发。无论你是新手还是有经验的开发者,这些模版都能为你提供便利。
## 项目模版
### Vue 项目模版
这里包含了 Vue 项目的基本模版,帮助你快速搭建 Vue 应用。模版包括了常用的插件和配置,确保你能快速上手。
### React 项目模版
这里包含了 React 项目的基本模版,帮助你快速搭建 React 应用。模版包括了常用的插件和配置,确保你能快速上手。
## 如何使用
1. 克隆仓库到本地:
```bash
git clone https://github.com/yourusername/project-templates.git
```
2. 进入对应的项目模版目录:
```bash
cd project-templates/vue-template
```
或
```bash
cd project-templates/react-template
```
3. 安装依赖:
```bash
npm install
```
4. 启动开发服务器:
```bash
npm run serve
```## 贡献指南
欢迎任何形式的贡献!如果你有新的模版或者改进建议,请提交 Pull Request 或者创建 Issue。
## 许可证
本仓库采用 MIT 许可证,详细信息请参阅 [LICENSE](LICENSE) 文件。
---
> **提示**: 如果你喜欢这个项目,请记得给一个 ⭐️!
![感谢](https://example.com/thank-you.png)