在新建vue项目时出现了,输入“vue init webpack firstPro”时,出现SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode错误,找了各种方法都不能解决,求大神指点
2017-10-23
确实,视频教的内容,最好先去vue官网看一遍,再回来,就容易理解了。我就是在官网上看吐了,才找视频看看,视频讲的东西都是vue的基础内容,不难,但是细节都没说,初学就会看得云里雾里的。
2017-10-21
Vue学些官方都说了,不适合初学者,还是有点开发经验才来学吧,尤其是npm webpack 还不知道是什么的同学,先学这两个吧。
2017-10-21
server服务出错了
> Listening at http://localhost:8080
下边很多报错error
> Listening at http://localhost:8080
下边很多报错error
2017-10-18
server服务出错了
> Listening at http://localhost:8080
下边很多报错error
> Listening at http://localhost:8080
下边很多报错error
2017-10-18
$ vue init webpack myvue
C:\Users\Administrator\AppData\Roaming\npm\node_modules\vue-cli\bin\vue-init:60
let template = program.args[0]
^^^
SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
C:\Users\Administrator\AppData\Roaming\npm\node_modules\vue-cli\bin\vue-init:60
let template = program.args[0]
^^^
SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
2017-10-17