Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ayzagen/vue3-rollup-test

Trying vue3 with typescript & rollup
https://github.com/ayzagen/vue3-rollup-test

rollup typescript vue vue3

Last synced: about 2 months ago
JSON representation

Trying vue3 with typescript & rollup

Awesome Lists containing this project

README

        

# vue3-rollup-test

## Installation
```shell script
$ yarn
## or with npm
$ npm install
```

## Development
```shell script
$ yarn dev
## or with npm
$ npm run dev
```

## Build
```shell script
$ yarn build
## or with npm
$ npm run build
```