Skip to content

Commit 0768ba8

Browse files
committed
fix: Wrong copy for Nuxt!
1 parent 3bb919c commit 0768ba8

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

data/libraries/nuxt.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,18 @@
1111
"bugs": "https://bit.ly/2mHQSWi"
1212
},
1313
"fields": [
14-
"Vuetify is a semantic component framework for Vue. It aims to provide clean, semantic and reusable components that make building your application a breeze.",
15-
"Build amazing applications with the power of Vue, Material Design and a massive library of beautifully crafted components and features. Built according to Google's Material Design Spec, Vuetify components feature an easy-to-remember semantic design that shifts remembering complex classes and markup, to type-as-you speak properties that have simple and clear names.",
16-
"Harness the power of the Vuetify community and get help 24/7 from the development team and our talented community members across the world. Become a backer and get access to dedicated support from the team."
14+
{
15+
"name": "Modular",
16+
"value": "Nuxt is based on a powerful modular architecture. You can choose from more than 50 modules to make your development faster and easier. You don't have to reinvent the wheel to get PWA benefits, add Google Analytics to your page or generate a sitemap."
17+
},
18+
{
19+
"name": "Performant",
20+
"value": "With Nuxt.js, your application will be optimized out of the box. We do our best to build performant applications by utilizing Vue.js and Node.js best practices. To squeeze every unnecessary bit out of your app Nuxt includes a bundle analyzer and lots of opportunities to fine-tune your app."
21+
},
22+
{
23+
"name": "Enjoyable",
24+
"value": "Our main focus is the Developer Experience. We love Nuxt.js and continuously improve the framework so you love it too! 💚 Expect appealing solutions, descriptive error messages, powerful defaults and detailed documentation. If questions or problems come up, our helpful community will help you out."
25+
}
1726
],
1827
"author": {
1928
"name": "Sébastien Chopin",

0 commit comments

Comments
 (0)