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

feat(frameworks): remove framevuerk #904

Merged
merged 2 commits into from
Dec 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ yarn create nuxt-app <my-project>
- [Buefy](https://buefy.org)
- [Chakra UI](https://github.com/chakra-ui/chakra-ui-vue)
- [Element](https://github.com/ElemeFE/element)
- [Framevuerk](https://github.com/framevuerk/framevuerk)
- [Oruga](https://oruga.io/)
- [Primevue/](https://www.primefaces.org/primevue/)
- [Tachyons](https://github.com/tachyons-css/tachyons)
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions packages/cna-template/template/frameworks/framevuerk/package.json

This file was deleted.

183 changes: 0 additions & 183 deletions packages/cna-template/template/frameworks/framevuerk/pages/index.vue

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions packages/cna-template/template/nuxt/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@
{ name: 'format-detection', content: 'telephone=no' }
],
link: [
<%_ if (ui === 'framevuerk') { _%>
{
rel: 'stylesheet',
href:
'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons'
},
<%_ } _%>
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
]
},
Expand All @@ -51,8 +44,6 @@
'balm-ui/dist/balm-ui.css'
<%_ } else if (ui === 'tachyons') { _%>
'tachyons/css/tachyons.css'
<%_ } else if (ui === 'framevuerk') { _%>
'framevuerk/dist/framevuerk-nuxt.min.css'
<%_ } else if (ui === 'vant') { _%>
'vant/lib/index.css'
<%_ } else if (ui === 'primevue') { _%>
Expand All @@ -70,8 +61,6 @@
'@/plugins/antd-ui'
<%_ } else if (ui === 'balm-ui') { _%>
'@/plugins/balm-ui'
<%_ } else if (ui === 'framevuerk') { _%>
'@/plugins/framevuerk'
<%_ } else if (ui === 'vant') { _%>
'@/plugins/vant'
<%_ } _%>
Expand Down
1 change: 0 additions & 1 deletion packages/create-nuxt-app/lib/prompts.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ module.exports = [
{ name: 'Buefy', value: 'buefy' },
{ name: 'Chakra UI', value: 'chakra-ui' },
{ name: 'Element', value: 'element-ui' },
{ name: 'Framevuerk', value: 'framevuerk' },
{ name: 'Oruga', value: 'oruga' },
{ name: 'Primevue', value: 'primevue' },
{ name: 'Tachyons', value: 'tachyons' },
Expand Down
Loading