4.0.0 • Published 4 years ago

vue-sfc-generator v4.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

❗️ About

This package makes it easy to create directories with vue single file components (class-style syntax).

📖 installation

Copy the following code in the "scripts" section of your package.json:

    "create": "node ./node_modules/vue-sfc-generator/index.js"

🔥 Usage

In your terminal type:

    npm run create module_name path_from_root

Example:

    npm run create home src/components
4.0.0

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago

0.1.0

6 years ago