Skip to content

FeelHippo/Vue3Vuex4-playground

Repository files navigation

discos

Compiles and hot-reloads for development

npm run  serve

if "serve" is terminated without logs:

npm config set ignore-scripts false

add TypeScript

from the prompt: $ vue add typescript

and then modify shims-vue.d.ts:

declare module '*.vue' {
  import { ComponentOptions } from 'vue';
  const component: ComponentOptions;
  export default component;
}

About

exploring, investigating, learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published