Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit c54809d

Browse files
authored
feat(frameworks): remove framevuerk (#904)
1 parent b30bf97 commit c54809d

File tree

11 files changed

+0
-446
lines changed

11 files changed

+0
-446
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ yarn create nuxt-app <my-project>
4242
- [Buefy](https://buefy.org)
4343
- [Chakra UI](https://github.com/chakra-ui/chakra-ui-vue)
4444
- [Element](https://github.com/ElemeFE/element)
45-
- [Framevuerk](https://github.com/framevuerk/framevuerk)
4645
- [Oruga](https://oruga.io/)
4746
- [Primevue/](https://www.primefaces.org/primevue/)
4847
- [Tachyons](https://github.com/tachyons-css/tachyons)

packages/cna-template/template/frameworks/framevuerk/components/FramevuerkLogo.vue

-80
This file was deleted.

packages/cna-template/template/frameworks/framevuerk/framevuerk-config.js

-17
This file was deleted.

packages/cna-template/template/frameworks/framevuerk/layouts/default.vue

-40
This file was deleted.

packages/cna-template/template/frameworks/framevuerk/package.json

-12
This file was deleted.

packages/cna-template/template/frameworks/framevuerk/pages/index.vue

-183
This file was deleted.

packages/cna-template/template/frameworks/framevuerk/plugins/framevuerk.js

-6
This file was deleted.

packages/cna-template/template/nuxt/nuxt.config.js

-11
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@
2828
{ name: 'format-detection', content: 'telephone=no' }
2929
],
3030
link: [
31-
<%_ if (ui === 'framevuerk') { _%>
32-
{
33-
rel: 'stylesheet',
34-
href:
35-
'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons'
36-
},
37-
<%_ } _%>
3831
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
3932
]
4033
},
@@ -51,8 +44,6 @@
5144
'balm-ui/dist/balm-ui.css'
5245
<%_ } else if (ui === 'tachyons') { _%>
5346
'tachyons/css/tachyons.css'
54-
<%_ } else if (ui === 'framevuerk') { _%>
55-
'framevuerk/dist/framevuerk-nuxt.min.css'
5647
<%_ } else if (ui === 'vant') { _%>
5748
'vant/lib/index.css'
5849
<%_ } else if (ui === 'primevue') { _%>
@@ -70,8 +61,6 @@
7061
'@/plugins/antd-ui'
7162
<%_ } else if (ui === 'balm-ui') { _%>
7263
'@/plugins/balm-ui'
73-
<%_ } else if (ui === 'framevuerk') { _%>
74-
'@/plugins/framevuerk'
7564
<%_ } else if (ui === 'vant') { _%>
7665
'@/plugins/vant'
7766
<%_ } _%>

packages/create-nuxt-app/lib/prompts.js

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ module.exports = [
3737
{ name: 'Buefy', value: 'buefy' },
3838
{ name: 'Chakra UI', value: 'chakra-ui' },
3939
{ name: 'Element', value: 'element-ui' },
40-
{ name: 'Framevuerk', value: 'framevuerk' },
4140
{ name: 'Oruga', value: 'oruga' },
4241
{ name: 'Primevue', value: 'primevue' },
4342
{ name: 'Tachyons', value: 'tachyons' },

0 commit comments

Comments
 (0)