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

https://github.com/wk989898/deno-vue-module

ESmodule with deno
https://github.com/wk989898/deno-vue-module

demo deno esmodule vue

Last synced: 24 days ago
JSON representation

ESmodule with deno

Awesome Lists containing this project

README

          

# Deno - Vue - ESModule

## Intro

a Demo use Deno build Vue project. (Based Vue 3.0)

## Feature

No pack

## Run

``` js
deno run --allow-net --allow-read server.ts
or
deno run -A server.ts
```

## Inspire
[vite](https://github.com/vuejs/vite)