This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ yarn create nuxt-app <my-project>
43
43
- [ Buefy] ( https://buefy.github.io )
44
44
- [ Bulma] ( https://github.com/jgthms/bulma )
45
45
- [ Element] ( https://github.com/ElemeFE/element )
46
+ - [ Framevuerk] ( https://github.com/framevuerk/framevuerk )
46
47
- [ iView] ( https://www.iviewui.com/ )
47
48
- [ Tachyons] ( https://github.com/tachyons-css/tachyons )
48
49
- [ Tailwind CSS] ( https://github.com/tailwindcss/tailwindcss )
Original file line number Diff line number Diff line change 7
7
"scripts" : {
8
8
<%_ if (ui === 'framevuerk') { _%>
9
9
"build:framevuerk" : " framevuerk-builder -c ./framevuerk-config.js" ,
10
- "prepublish" : " npm run build:framevuerk" ,
10
+ "prepublish" : " <%= pmRun %> build:framevuerk" ,
11
11
<%_ } _%>
12
12
<%_ if (eslint) { _%>
13
13
"lint" : " eslint --ext .js,.vue --ignore-path .gitignore ." ,
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ module.exports = {
62
62
< % _ } else if ( ui === 'tachyons' ) { _ % >
63
63
'tachyons/css/tachyons.css'
64
64
< % _ } else if ( ui === 'framevuerk' ) { _ % >
65
- 'framevuerk/dist/framevuerk-nuxt .min.css'
65
+ 'framevuerk/dist/framevuerk.min.css'
66
66
< % _ } _ % >
67
67
] ,
68
68
/*
You can’t perform that action at this time.
0 commit comments