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

Commit

Permalink
fix(templates): remove not being maintained vuesax (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo authored May 29, 2021
1 parent ed17e67 commit e7211b3
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 287 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ yarn create nuxt-app <my-project>
- [Windi CSS](https://github.com/windicss/windicss)
- [Vant](https://github.com/youzan/vant)
- [View UI](https://www.iviewui.com/)
- [Vuesax](https://github.com/lusaxweb/vuesax)
- [Vuetify](https://github.com/vuetifyjs/vuetify)
1. Nuxt.js modules:
- [Axios - Promise based HTTP client](https://github.com/nuxt-community/axios-module)
Expand Down

This file was deleted.

6 changes: 0 additions & 6 deletions packages/cna-template/template/frameworks/vuesax/package.json

This file was deleted.

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

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions packages/cna-template/template/nuxt/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@
'tachyons/css/tachyons.css'
<%_ } else if (ui === 'framevuerk') { _%>
'framevuerk/dist/framevuerk-nuxt.min.css'
<%_ } else if (ui === 'vuesax') { _%>
'vuesax/dist/vuesax.css'
<%_ } else if (ui === 'vant') { _%>
'vant/lib/index.css'
<%_ } _%>
Expand All @@ -72,8 +70,6 @@
'@/plugins/balm-ui'
<%_ } else if (ui === 'framevuerk') { _%>
'@/plugins/framevuerk'
<%_ } else if (ui === 'vuesax') { _%>
'@/plugins/vuesax'
<%_ } 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 @@ -44,7 +44,6 @@ module.exports = [
{ name: 'Windi CSS', value: 'windicss' },
{ name: 'Vant', value: 'vant' },
{ name: 'View UI', value: 'view-ui' },
{ name: 'Vuesax', value: 'vuesax' },
{ name: 'Vuetify.js', value: 'vuetify' }
],
default: 'none'
Expand Down
92 changes: 0 additions & 92 deletions packages/create-nuxt-app/test/snapshots/index.test.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -1710,98 +1710,6 @@ Generated by [AVA](https://avajs.dev).
}␊
`

## verify ui: Vuesax

> Generated files
[
'.editorconfig',
'.gitignore',
'README.md',
'assets/README.md',
'components/Logo.vue',
'components/README.md',
'components/VuesaxLogo.vue',
'layouts/README.md',
'layouts/default.vue',
'middleware/README.md',
'nuxt.config.js',
'package.json',
'pages/README.md',
'pages/index.vue',
'plugins/README.md',
'plugins/vuesax.js',
'static/README.md',
'static/favicon.ico',
'store/README.md',
]

> package.json
{
dependencies: {
boxicons: '^2.0.7',
'core-js': '^3.13.0',
nuxt: '^2.15.6',
vuesax: '^4.0.1-alpha.25',
},
devDependencies: {},
private: true,
scripts: {
build: 'nuxt build',
dev: 'nuxt',
generate: 'nuxt generate',
start: 'nuxt start',
},
}

> Generated nuxt.config.js
`export default {␊
// Global page headers: https://go.nuxtjs.dev/config-head␊
head: {␊
title: 'output',␊
htmlAttrs: {␊
lang: 'en'␊
},␊
meta: [␊
{ charset: 'utf-8' },␊
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },␊
{ hid: 'description', name: 'description', content: '' },␊
{ name: 'format-detection', content: 'telephone=no' }␊
],␊
link: [␊
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }␊
]␊
},␊
// Global CSS: https://go.nuxtjs.dev/config-css␊
css: [␊
'vuesax/dist/vuesax.css'␊
],␊
// Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins␊
plugins: [␊
'@/plugins/vuesax'␊
],␊
// Auto import components: https://go.nuxtjs.dev/config-components␊
components: true,␊
// Modules for dev and build (recommended): https://go.nuxtjs.dev/config-modules␊
buildModules: [␊
],␊
// Modules: https://go.nuxtjs.dev/config-modules␊
modules: [␊
],␊
// Build Configuration: https://go.nuxtjs.dev/config-build␊
build: {␊
}␊
}␊
`

## verify ui: Vuetify.js

> Generated files
Expand Down
Binary file modified packages/create-nuxt-app/test/snapshots/index.test.js.snap
Binary file not shown.
4 changes: 0 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@
{
"matchPackageNames": ["nightwatch", "chromedriver"],
"groupName": "nightwatch packages"
},
{
"matchPackageNames": ["boxicons", "vuesax"],
"groupName": "vuesax packages"
}
]
}

0 comments on commit e7211b3

Please sign in to comment.