nuxtjs

Nuxt.js is a framework for creating Vue.js applications. You can choose between Universal, Static Generated or Single Page applications.
Here are 1,886 public repositories matching this topic...
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Oct 2, 2020 - TypeScript
-
Updated
Oct 4, 2020
-
Updated
Sep 5, 2020 - Vue
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Sep 19, 2020 - Vue
I wanted to declare the assets like so but it doesn't want to work. I tried all paths.
[
'@nuxtjs/style-resources', {
scss: [ "~css/variables.scss"],
}
]
It only works with this Syntax, could someone explain why or what im doing wrong?
modules: ["@nuxtjs/style-resources"],
styleResources: {
scss: ["~css/variables.scss"]
},
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Oct 5, 2020 - JavaScript
-
Updated
Sep 11, 2020 - JavaScript
There is a need to show all features in practice, not just useFetch
. Perhaps we could move some of the test fixture content into the demo app.
See #58.
-
Updated
Aug 12, 2018 - Vue
Created by Sébastien Chopin & Alexandre Chopin
Released November 2016
Latest release 17 days ago
- Repository
- nuxt/nuxt.js
- Website
- nuxtjs.org
- Wikipedia
- Wikipedia
Describe the bug
When I pull the resize button of the code editor, it doesn't the resize the code in the editor.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected the code to resize as I drag down the button.
Screenshots
If applicable, add screenshots to