@nhtio/create-vue-lib-starter
v1.20250605.6
Published
An example Vue + TS Library
Downloads
639
Readme
Vue + Typescript Library Starter
A starter template which can be used as a quick and easy starter for getting a project up and running.
Usage
From your command line, run:
npm init @nhtio/vue-lib-starterProvide the script with the answers and let it create the folder and initialise the dependancies for you
Customization
You can search and replace all instances of @example/vue-lib within the project, but the main files which should be customized are:
./package.json./vite.config.mts
