Skip to content

How to structure Vue (TypeScript) components? #57

@rmartins90

Description

@rmartins90

How are you using this plugin? I'm currently using this on a .ts file, my components directory are composed by:

  • .ts file for vue-class-component specification;
  • .html file for template - using require('./') on .ts file;
  • .scss file for stylesheet - using css-modules to import them on .ts file;

I couldn't figure out how to use this on a .vue single file. What are the other options here?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions