Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vitedjs/core
- Owner: vitedjs
- License: mit
- Created: 2023-09-02T08:42:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T08:12:53.000Z (about 1 year ago)
- Last Synced: 2024-11-29T01:17:31.254Z (about 2 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @vited/core
## Install
```bash
npm i @vited/core
```## Usage
```ts
import { hello } from '@vited/core';hello('world');
```