Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vitedjs/core

Core function and framework of Vited
https://github.com/vitedjs/core

Last synced: about 1 month ago
JSON representation

Core function and framework of Vited

Awesome Lists containing this project

README

        

# @vited/core

## Install

```bash
npm i @vited/core
```

## Usage

```ts
import { hello } from '@vited/core';

hello('world');
```