We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71d7ebb + c92244c commit e4f1540Copy full SHA for e4f1540
README.md
@@ -1,6 +1,6 @@
1
# craft-vue
2
3
-All the power of a Vue CLI's scaffolding & single file components tailored for a Craft CMS project.
+All the power of Vue CLI's scaffolding & single file components tailored for a Craft CMS project.
4
5
## What's Included
6
vue.config.js
@@ -23,6 +23,7 @@ module.exports = {
23
// host: config.host,
24
// port: config.port,
25
https: config.https,
26
+ clientLogLevel: 'info',
27
headers: { 'Access-Control-Allow-Origin': '*' },
28
before(app, server) {
29
const sane = require('sane')
0 commit comments