Skip to content
/ vnl Public template

Vite製npmライブラリ開発ボイラープレート

Notifications You must be signed in to change notification settings

TsubasaHiga/vnl

Repository files navigation

vnl

Vite製npmライブラリ開発ボイラープレート

Required Environment

# macOS
$ sw_vers
ProductName:    macOS
ProductVersion: 14.4.1
BuildVersion:   23E224

$ node -v
23.4.0

# Windows OS
$ ver
Microsoft Windows [Version 10.0.22631.4602]

$ node -v
23.4.0

Install

npm i

Dev

npm run dev

Build

npm run build

Test

# analyze
npm run analyze

# test
npm run test

# coverage
npm run coverage

Lint & Format

# lint
npm run lint

# format
npm run format

Docs

About

Vite製npmライブラリ開発ボイラープレート

Resources

Stars

Watchers

Forks

Packages

No packages published