Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ayzagen/vue3-rollup-test
- Owner: ayZagen
- Created: 2020-05-22T12:04:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-18T02:01:43.000Z (over 3 years ago)
- Last Synced: 2023-03-08T23:39:55.756Z (almost 2 years ago)
- Topics: rollup, typescript, vue, vue3
- Language: JavaScript
- Homepage:
- Size: 135 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```