Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(wip): create farm template #482

Merged
merged 25 commits into from
Jul 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
2ce27da
chore: update lock
ErKeLost Jun 17, 2023
a563b52
Merge branch 'main' of github.com:ErKeLost/farm
ErKeLost Jun 17, 2023
b1f2ed8
Merge branch 'main' of github.com:farm-fe/farm
ErKeLost Jun 17, 2023
c3f53d2
Merge branch 'main' of github.com:farm-fe/farm
ErKeLost Jun 18, 2023
4863e2a
Merge branch 'main' of github.com:farm-fe/farm
ErKeLost Jun 23, 2023
1dbd753
Merge branch 'farm-fe:main' into main
ErKeLost Jun 23, 2023
15915db
Merge branch 'main' of github.com:farm-fe/farm
ErKeLost Jun 23, 2023
62b273e
Merge branch 'main' of github.com:ErKeLost/farm
ErKeLost Jun 23, 2023
55b81ce
Merge branch 'farm-fe:main' into main
ErKeLost Jun 25, 2023
4211be1
Merge branch 'main' of github.com:farm-fe/farm
ErKeLost Jul 5, 2023
6f00dff
chore: update lock
ErKeLost Jun 17, 2023
a26bdbf
Merge branch 'main' of github.com:ErKeLost/farm
ErKeLost Jul 5, 2023
d85fdf6
Merge branch 'main' of github.com:farm-fe/farm
ErKeLost Jul 6, 2023
f88134d
feat: add solid template in create-farm
ErKeLost Jul 6, 2023
d81c040
chore: update template
ErKeLost Jul 11, 2023
d1c0222
Merge branch 'main' of github.com:farm-fe/farm
ErKeLost Jul 21, 2023
df8ffed
chore: update code
ErKeLost Jul 21, 2023
204ee93
chore: update config
ErKeLost Jul 22, 2023
6ae5024
chore: update package version
ErKeLost Jul 22, 2023
69b8f1c
chore: update template
ErKeLost Jul 22, 2023
bbf4090
chore: update css theme color
ErKeLost Jul 22, 2023
40f5504
chore: update create-farm version
ErKeLost Jul 22, 2023
8480fd2
chore: update create-farm version
ErKeLost Jul 22, 2023
a96c016
Merge branch 'main' into update/template
ErKeLost Jul 22, 2023
c165d34
Merge branch 'main' into update/template
ErKeLost Jul 22, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/curvy-grapes-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-farm': patch
---

update template add solid template
3 changes: 2 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
"pluginutils",
"picomatch",
"rsplit",
"unwatch"
"unwatch",
"Avenir"
],
"ignorePaths": [
"pnpm-lock.yaml",
Expand Down
3 changes: 2 additions & 1 deletion packages/create-farm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ async function createFarm() {
title: chalk.blue('React'),
value: 'react'
},
{ title: chalk.green('Vue'), value: 'vue' }
{ title: chalk.green('Vue'), value: 'vue' },
{ title: chalk.blueBright('Solid'), value: 'solid' }
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/create-farm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"scripts": {
"build": "farm build",
"watch": "farm watch",
"dev": "farm watch",
"prepublishOnly": "npm run build"
},
"author": "",
Expand Down
1 change: 0 additions & 1 deletion packages/create-farm/templates/react/assets/feature.svg

This file was deleted.

1 change: 0 additions & 1 deletion packages/create-farm/templates/react/assets/light.svg

This file was deleted.

Binary file removed packages/create-farm/templates/react/assets/logo.png
Binary file not shown.
1 change: 0 additions & 1 deletion packages/create-farm/templates/react/assets/plugin.svg

This file was deleted.

2 changes: 1 addition & 1 deletion packages/create-farm/templates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@farmfe/cli": "^0.5.5",
"@farmfe/core": "^0.10.1",
"@farmfe/core": "^0.10.6",
"@farmfe/plugin-react": "^0.2.0",
"@types/react": "18",
"@types/react-dom": "18",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/create-farm/templates/react/src/assets/react.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

This file was deleted.

62 changes: 0 additions & 62 deletions packages/create-farm/templates/react/src/components/card/index.css

This file was deleted.

10 changes: 0 additions & 10 deletions packages/create-farm/templates/react/src/components/card/index.tsx

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading