0.0.1 • Published 3 years ago
aranei v0.0.1
Vite library boilerplate
Just a tiny repository with preset of the basic setup for quick and painless scaffolding new JavaScript libraries and npm packages.
Under the hood:
Requirements
- node: ^16.0.0
- yarn
Getting started
Project setup
yarn installCompile and Hot-Reload for Development
yarn devCompile and Minify for Production
yarn buildLint with ESLint & Stylelint
yarn lintRun tests
yarn test0.0.1
3 years ago