0.0.2 • Published 1 year ago

v-places-autocomplete v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Vue Component Library Starter

Bundleless Vue component library starter.

Features:

  • Build with unbuild
  • File-to-file transpilation via mkdist
  • Playground with vite
  • Sample SFC to kick-start development

Setup

# install dependencies
npm install

# start the dev app with hot reload, great for testing components
npm run dev

# build the library, available under dist
npm run build

# build the dev app, available under dev/dist
npm run dev:build

# preview the dev app locally from dev/dist
npm run dev:serve

License

MIT