Vinnie

Results 7 comments of Vinnie

hi, I thought I would point out that if you did uncomment the line 57 you wouldn't see linux home so I had to change the mount path from /root...

Try change to @drawable/launch_screen (without the file extension) see if that helps

Hello quick way to add a spash screen for android is save your splash screen png(my image is full screen height) to android/app/src/main/res/drawable/splash_screen.png then edit android/app/src/main/res/values/styles.xml ` @drawable/splash_screen `

I had an old project the when i installed node modules I got the same error. I used yarn add nuxt to get the latest then yarn add @nuxtjs/eslint-module @nuxtjs/eslint-config...

if you are using in a node environment use `import openImport from 'grapesjs/src/commands/openImport';` and add to your `editor.commands: {}` object otherwise, I suggest you look at src/commands/openImport.js and create your...

I'm using vuetify in nuxt already so will look at integrating this project

I'll update my fork for SS5 if anyone is looking