#
vue-property-decorator
Here are 33 public repositories matching this topic...
Advanced testing with vuejs. When you need to go beyond Getting started section and see some real world example with everything that proper tests should have.
testing
unit-testing
vuejs
vue
integration-testing
vuex
vue-components
axios
vue2
vue-router
inversifyjs
vue-property-decorator
pageobject-pattern
inversifyjs-examples
vue-testing
vue-unit-tests
vue-test
vuex-class
axios-mock-adapter
-
Updated
Jan 2, 2020 - JavaScript
Vue typescript 开发的基础模板,多页面支持,基础整合完毕。
typescript
vuex
axios
vue2
vue-router
vue-property-decorator
vue-i18n
element-ui
vue-class-component
-
Updated
Nov 10, 2017 - JavaScript
vue typescript element-ui 后续会更新
-
Updated
Jul 7, 2017 - Vue
replicate version of iview-admin with typescript
-
Updated
Jun 5, 2019 - Vue
ts + element admin template
vue
vuex
axios
vue-router
vue-property-decorator
element-ui
nprogress
vue-class-component
vuex-module-decorators
-
Updated
Nov 8, 2018 - JavaScript
预览地址 ->(为了浏览效果, 请在移动端设备上查看)
-
Updated
Jun 12, 2020 - Vue
vue-cli3.xx+typescript+element-ui后台管理,迁移到vue-admin-ts
-
Updated
Jul 21, 2019 - Vue
-
Updated
Aug 30, 2017 - JavaScript
-
Updated
Mar 29, 2020 - CSS
Deck is an open-source, well-armed, safe-to-swallow, and fluoride-free application for editing and presenting slide decks.
-
Updated
Jun 18, 2020 - TypeScript
vue-cli3.xx+typescript+element-ui后台管理
-
Updated
Mar 16, 2020 - Vue
build by vuejs, typescript, vuex-module, vue-class-decorator, vue-property-decorator, element-UI, vue-router-ts
vuejs
typescript
vue
vue-router
vue-property-decorator
element-ui
vue-class-component
vuex-module-decorators
-
Updated
Nov 19, 2019 - CSS
应用了vue-property-decorator,vuex-class,typescript等新技术栈
-
Updated
Jun 7, 2020 - Vue
Nativescript template for vue with typescript
-
Updated
Oct 22, 2019 - JavaScript
GiaoUI is UI library that built with Vue. See the documentation ->
-
Updated
Jun 7, 2020 - Vue
-
Updated
Apr 27, 2020 - TypeScript
A vue js courses library using firestore and webpack-poi
-
Updated
Mar 19, 2019 - Vue
A project for practicing Vue.js 2.x with TypeScript
typescript
eslint
vuejs2
vuex
e2e-tests
nightwatch
vue-property-decorator
vuetify
vuedemo
vuex-class
vuex-typescript
vue-cli3
vuex-class-component
typescript-vue-practice
-
Updated
Jun 8, 2020 - TypeScript
-
Updated
Jun 8, 2020 - Vue
blog-admin-client
-
Updated
Jun 6, 2020 - Vue
Nuxt.js TypeScript @component decorator project from scratch + Vuetify
typescript
nuxt
nuxtjs
vue-property-decorator
nuxt-typescript
nuxt-vuetify
nuxt-vuetify-icons
nuxt-vuetify-mdisvg
material-design-icons-iconfont
nuxtjs-typescript
nuxt-webfontloader
nuxt-typescript-build
nuxtjs-vuetify
-
Updated
Dec 20, 2019 - JavaScript
Vue with Vuetify and TS
vuejs
typescript
vuejs2
vue-property-decorator
vue-i18n
vue-decorators
vue-class-component
vuetifyjs
axios-vue
vuex-class
reflect-metadata
vuex-module-decorators
-
Updated
May 27, 2020 - TypeScript
vuex indexedDB
-
Updated
Apr 4, 2020 - TypeScript
Typescript, Class 기반 Vuex Sample 소스
-
Updated
Jun 7, 2020 - Vue
-
Updated
Jun 8, 2020 - TypeScript
Demo shop app
-
Updated
Feb 19, 2020 - Vue
[WIP] Vue3, typescript, vue-router, vue-property-decorator, class-component starter
-
Updated
Apr 18, 2020 - Vue
Improve this page
Add a description, image, and links to the vue-property-decorator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vue-property-decorator topic, visit your repo's landing page and select "manage topics."
In the official documentation of vuejs using vm.$watch (https://vuejs.org/v2/api/#vm-watch) it is possible to use a string to watch at or to use a function which returns an expression. @watch can only handle strings. So this example:
@Watch(() => this.myStore?.SmthState?.request?.get('categorization')?.pending, { deep: true })
is not possible and will raise an error in the editor: `Argumen