|
2 years ago | |
---|---|---|
babel-plugin-scss | 2 years ago | |
components | 2 years ago | |
create | 2 years ago | |
examples | 2 years ago | |
jsx-runtime | 2 years ago | |
jsx-runtime-classic | 2 years ago | |
router | 2 years ago | |
snowpack-precache-plugin | 2 years ago | |
snowpack-scss-plugin | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE.md | 2 years ago | |
README.md | 2 years ago |
@cosiest is a lightweight framework around web-components using ESM
To get started with @cosiest you will need to associate the @cosiest scope with our registry
npm config set "@cosiest:registry" https://moogle.cosiestdevil.uk/repository/npm/
this tells npm to always use our registry for any packages in the @cosiest scope. Once this is done you can create your project
mkdir my-app
cd my-app
npm init "@cosiest"
This will setup a basic Hello World style project using snowpack