Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getmarkus/astro-vanilla-framework
Astro template for the Ubuntu Vanilla CSS Framework
https://github.com/getmarkus/astro-vanilla-framework
astro astro-build astro-template astro-theme astro-themes astrojs astrojs-template builtatlightspeed canonical css-framework jamstack sass scss-template scss-theme static-site-generator template theme themes ubuntu vanilla-framework
Last synced: about 1 month ago
JSON representation
Astro template for the Ubuntu Vanilla CSS Framework
- Host: GitHub
- URL: https://github.com/getmarkus/astro-vanilla-framework
- Owner: getmarkus
- License: mit
- Created: 2023-12-02T20:57:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T19:48:44.000Z (about 1 year ago)
- Last Synced: 2024-11-03T07:40:41.697Z (3 months ago)
- Topics: astro, astro-build, astro-template, astro-theme, astro-themes, astrojs, astrojs-template, builtatlightspeed, canonical, css-framework, jamstack, sass, scss-template, scss-theme, static-site-generator, template, theme, themes, ubuntu, vanilla-framework
- Language: Astro
- Homepage: http://www.cmsoftdev.com/astro-vanilla-framework/
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example template for the Ubuntu Vanilla CSS Component framework
I have been working with Tailwind CSS recently and wow is it efficient to work with. But sometimes you need an "enterprise" friendly or more "industrial" look.
Then I found Ubuntu's [Vanilla](https://vanillaframework.io/) CSS framework.
Here is an [Astro](https://astro.build/) template to show off some capablities.
* SASS/SCSS framework
* Minimal
* Well used and tested (Ubuntu products)
* Alpine.js friendly
* Permissive licenseUbuntu* - not affiliated (just a fan)
```
npm create astro@latest -- --template getmarkus/astro-vanilla-framework
```* [Ubuntu Vanilla 4.0 announcement](https://ubuntu.com/blog/vanilla-4-0-release)
* [Ubuntu Vanilla Github release notes](https://github.com/canonical/vanilla-framework/releases/)### Attribution
* [logo](https://logoipsum.com/)## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |