vue-sfc-generator
v4.0.0
Published
package to create vue single file component from the terminal
Downloads
1
Readme
❗️ 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