HadleyKing / bco-vue-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bco-vue-app

  • cd ~/BoxSync/Coding/js/bco-vue-app
  • npm run serve -- --port 3333
n our case, we'll create an event called add:employee, and pass this.employee.

EmployeeForm.vue
handleSubmit() {
  this.$emit('add:employee', this.employee)
}

Project setup

npm install
pm run serve -- --port 3333

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

bco-vue-app

  • cd ~/BoxSync/Coding/js/bco-vue-app
  • npm run serve -- --port 3333

Project setup

npm install
pm run serve -- --port 3333

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About


Languages

Language:Vue 90.4%Language:HTML 7.4%Language:JavaScript 2.2%