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

Commit 250c6e1

Browse files
committed
fix: framevuerk error
1 parent 8df9c5b commit 250c6e1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ yarn create nuxt-app <my-project>
4343
- [Buefy](https://buefy.github.io)
4444
- [Bulma](https://github.com/jgthms/bulma)
4545
- [Element](https://github.com/ElemeFE/element)
46+
- [Framevuerk](https://github.com/framevuerk/framevuerk)
4647
- [iView](https://www.iviewui.com/)
4748
- [Tachyons](https://github.com/tachyons-css/tachyons)
4849
- [Tailwind CSS](https://github.com/tailwindcss/tailwindcss)

template/_package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
<%_ if (ui === 'framevuerk') { _%>
99
"build:framevuerk": "framevuerk-builder -c ./framevuerk-config.js",
10-
"prepublish": "npm run build:framevuerk",
10+
"prepublish": "<%= pmRun %> build:framevuerk",
1111
<%_ } _%>
1212
<%_ if (eslint) { _%>
1313
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",

template/nuxt/nuxt.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = {
6262
<%_ } else if (ui === 'tachyons') { _%>
6363
'tachyons/css/tachyons.css'
6464
<%_ } else if (ui === 'framevuerk') { _%>
65-
'framevuerk/dist/framevuerk-nuxt.min.css'
65+
'framevuerk/dist/framevuerk.min.css'
6666
<%_ } _%>
6767
],
6868
/*

0 commit comments

Comments
 (0)