You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Justin Wiblin f3c1fd1561
@cosiest/create version 1.0.15
2 years ago
babel-plugin-scss Minify the embedded css 2 years ago
components @cosiest/components version 1.0.5 2 years ago
create @cosiest/create version 1.0.15 2 years ago
examples Update auto-spa example to use newest versions 2 years ago
jsx-runtime @cosiest/jsx-runtime and @cosiest/jsx-runtime-classic version 1.0.1 2 years ago
jsx-runtime-classic @cosiest/jsx-runtime and @cosiest/jsx-runtime-classic version 1.0.1 2 years ago
router ClientLinks now add an active class when active 2 years ago
snowpack-precache-plugin @cosiest/snowpack-precache-plugin version 1.0.2 2 years ago
snowpack-scss-plugin @cosiest/snowpack-scss-plugin version 1.0.2 2 years ago
.gitignore Adds a way to quickly scaffold a project 2 years ago
LICENSE.md Initial commit 2 years ago
README.md Updates README.md with getting started instructions 2 years ago

README.md

@cosiest

@cosiest is a lightweight framework around web-components using ESM

Getting Started

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