-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate_config.json
More file actions
15 lines (15 loc) · 1.13 KB
/
Copy pathtemplate_config.json
File metadata and controls
15 lines (15 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"description": " - This is a template for general web app, game, common application,client,tool,component development. It is based on React framework with Tailwind CSS. The template includes the basic structure of a React project, including an index.html file and a src directory with an App.jsx file.\n - Modify index.html to change web title, create new jsx files under src if needed, and rewrite src/App.jsx to meet the user's requirements. You should NOT modify src/main.jsx and src/index.css. Modify vite.config.js only if extra config is absolutely necessary.\n - Style your elements with Tailwind CSS classes directly in the jsx files.\n - If the user's requirements do not specify a technology stack, development language, development tools, components, etc., this template will be used by default. For example, developing an XXX application, XXX client, etc. all use this template.",
"required_fields": [],
"required_files": [
"index.html",
"src/main.jsx",
"src/App.jsx",
"src/index.css",
"vite.config.js"
],
"lang": "JavaScript",
"framework": "React",
"style": "react_template",
"scene": "default_web_project"
}