vuecms
vuecms copied to clipboard
Static blogging for developers using NuxtJS + VueJS
``` Error: Cannot find module 'vue\package.json' ```
``` ERROR Could not compile template D:\\WorkFolder\\Devlopment\\Tests\\NuxtJs\\vuecms\\node_modules\\@nuxt\\vue-app\\template\\App.js: Cannot resolve "bootstrap/dist/css/bootstrap.css" from "D:\WorkFolder\Devlopment\Tests\NuxtJs\vuecms\bootstrap\dist\css\bootstrap.css" ```
I moved things around so that the routes config is no longer explicitly declared in nuxt.config.js. Instead now I am using the dynamic routing feature of vue-router. Will this change...