packt-vue-project-guide icon indicating copy to clipboard operation
packt-vue-project-guide copied to clipboard

Vue Project Guide Book Sources

Results 8 packt-vue-project-guide issues
Sort by recently updated
recently updated
newest added

There is a little error in Chapter 5(5.2.3) of Chinese Version. 第5章的5.2.3小节中,创建一个插件的第三步,书中写的是: “让我们通过导出一个带有install对象的方法,尝试创建一个非常简单的插件”。 我觉的应该是“带有install方法的对象”,而不是“带有install对象的方法”

I'm leaving a comment here in case anyone else comes across this issue. When working through the setup portion of Chapter 5, if you follow the instructions as written you'll...

## What is happening: During the second project (chapter 3) Castle Duel, as you are going through the chapter, the `hand` is not clickable, making much of the work untestable,...

when in /server folder run 'npm install' make occur 'bcrypt' unfound problem, I try to modify 'bcrypt' => 'bcryptjs' in package.json, and modify user.js(/server/src/connectors/user.js) 'import "bcrypt" from 'bcrypt'' => 'import...

``` NoteBook + Add note {{item.title}} new Vue({ el: '#notebook', data(){ return { content: selectedNote.content, notes: [], selectedId:'' } }, computed: { // 计算属性,当函数中的数值发生变化,可以返回一个新的值 notePreview(){ return this.selectedNote ? marked(this.selectedNote.content) :...

Some "Chapter n Full" folders are incomplete. I haven't checked all, but at least "Chapter 3 full" is missing plugins/fetch.js I think another chapter does miss some files, but I...

Remove [data](https://github.com/Akryum/packt-vue-project-guide/blob/master/chapter8-full/client/components/ProductionDashboard.vue#L41) from chapter 8. Ref : https://github.com/meteor-vue/vue-meteor-tracker/releases/tag/v2.0.0-beta.2

Hi Akryum, I'm working through your Vue projects book and I'm having some issues come up. Can you upload the server folder for project 3 - support center? or direct...