vuerecipe
vuerecipe copied to clipboard
A recipe for using Buffalo & Vue.js
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
Bumps [jquery](https://github.com/jquery/jquery) from 3.4.0 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...
I need to use a project generated by vue cli. which adjustments do i make? of course it uses webpack behind the scenes.
In Ubuntu 18.04.01 Server Edition marco@pc01:~/go/src/github.com/gobuffalo/vuerecipe$ npm install > [email protected] install /home/marco/go/src/github.com/gobuffalo/vuerecipe/node_modules /node-sass > node scripts/install.js Cached binary found at /home/marco/.npm/node-sass/4.9.4/linux-x64-57_binding.node > [email protected] postinstall /home/marco/go/src/github.com/gobuffalo/vuerecipe/node_modules /core-js-pure > node scripts/postinstall ||...
buffalo: 2018/07/24 14:52:52 === Error! === buffalo: 2018/07/24 14:52:52 === exit status 1 main.go:6:2: cannot find package "github.com/gobuffalo/vuerecipe/actions" in any of: /usr/lib/go-1.10/src/github.com/gobuffalo/vuerecipe/actions (from $GOROOT) /usr/local/go/src/github.com/gobuffalo/vuerecipe/actions (from $GOPATH) What is the...
Browsers have a tendency to always try to fetch /favicon.ico, even if you don't define a favicon in the HTML head section browsers will still try to fetch /favicon.ico all...