0.2.5 • Published 5 years ago

@escofieldpublic/vue-file-helper v0.2.5

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

###Vue-File-Helper

This is an attempt to increase my personal development experience.

This is a tool that will add a handful of node scripts

  • vue-helper-component - creates a component using a single file design.
  • vue-helper-filter - creates a filter class in the filters folder.
  • vue-helper-module - creates a module with Vuex dependency.
  • vue-helper-model - creates a model.
  • vue-helper-service - creates a service with vue-inject dependency.
  • vue-helper-view - creates a view with vue-tidyroutes dependency.

these can be accessed via the shell from the project folder. You should modify your package.json to include the following.

"scripts": {
    "view": "vue-helper-view",
    "component": "vue-helper-component",
    "filter": "vue-helper-filter",
    "module": "vue-helper-module",
    "model": "vue-helper-model",
    "service": "vue-helper-service",
			"mixin": "vue-helper-mixin"
}

When you run this for the first time, all templates are copied into the project directory so you can modify them yourself. extensions are dynamic based on the file. and indexfile.

replacement1 and replacemen2 are used to inject into the index file on subsequent uses.

0.2.5

5 years ago

0.3.0

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.26

6 years ago

0.0.24

6 years ago

0.0.22

6 years ago

0.0.21

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago