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

Commit

Permalink
feat(frameworks): remove framevuerk (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo authored Dec 12, 2021
1 parent b30bf97 commit c54809d
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 446 deletions.
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

0 comments on commit c54809d

Please sign in to comment.