Installation
Inside your project directory, run the following command:
npm install million
pnpm install million
yarn add million
If you want to just play around with Million, you can use a Skypack import:
<script type="module">
import { m, render } from 'https://cdn.skypack.dev/million';
// your code here
</script>
Last updated on July 28, 2022