0.1.17 • Published 2 years ago

nx-vite-vue v0.1.17

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

nx-vite-vue

This library is a Nx plugin. It is used for nx monorepo workspace to generate a vue3 based application folder or a template folder for vue3 component.The bundler for the application or component is set to vite as default.So by this plugin you can easily create a app or a component template folder in your nx based monorepo project.Enjoy it.

Installation

Run pnpm add nx-vite-vue -D to install the plugin.

Usage

CommandDescription
nx g nx-vite-vue:app <app-name>Generate a application folder with some vue3+vite template files. You
nx build <app-name>Build the component.It will build the component into <root>/dist/apps/<app-name>/dist folder.
nx g nx-vite-vue:comp <comp-name>Generate a vue3 component folder with default template files.It will create a new folder in your packages folder.
nx build <comp-name>Build the component.It will build the component into <root>/dist/packages/<component-name>/dist folder.
nx dev <package-name>Run the dev server for package-name application.

Customize

You can make some change to the template files in generators folder as you like.If you want to test the result of nx g nx-vite-vue:app or nx g nx-vite-vue:comp, you can use the command nx g ./:app or nx g ./:comp to test the generator.

0.1.17

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.3

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago