vuetober
vuetober copied to clipboard
A webpack starting point for single page apps with October CMS and Vue
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
https://github.com/scottbedard/vuetober/issues/55
Hi guys! I am not able to use the vueoctober project in development mode, I am trying to run "yarn serve" and apparently does not display any type of error,...
With the next major release around the corner for Vue and many of it's supporting libraries, it might be time to make some changes to this library as well. The...
Hello, on Windows, the plugin builds with wrong baseUrls (publicPath) The issue is in vue-cli-plugin-vuetober, in the index.js file, there is a hardcoded path separator for linux only '/', needs...
Hi, I develop on a remote machine. When I do `npm run serve`, it always shows `http://localhost:8080/`. As a result, browser cannot read javascript as 404 error. However changing `vue.config.js`...
Hi, As I know, vuetober is designed to setup a Single application, with only one `index.htm` delivered. However it's hard to migrate my old website pages into new structure in...