Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renatoathaydes/dart-sass-bulma-example
Example Dart Web Project that uses Sass and Bulma
https://github.com/renatoathaydes/dart-sass-bulma-example
bulma dart dart2 sass
Last synced: 10 days ago
JSON representation
Example Dart Web Project that uses Sass and Bulma
- Host: GitHub
- URL: https://github.com/renatoathaydes/dart-sass-bulma-example
- Owner: renatoathaydes
- Created: 2019-02-10T16:19:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T16:28:56.000Z (almost 6 years ago)
- Last Synced: 2024-10-30T04:55:31.427Z (about 2 months ago)
- Topics: bulma, dart, dart2, sass
- Language: HTML
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Example Dart project that uses Sass and Bulma.
See [blog post](https://sites.google.com/a/athaydes.com/renato-athaydes/posts/usingsassandbulmaindartwebprojects#TOC-Using-all-of-Bulma)
explaining how this works.To build:
```
webdev build
```Result goes into the `build/` folder.
To serve at `http://localhost:8080`:
```
webdev serve
```Created from templates made available by Stagehand under a BSD-style
[license](https://github.com/dart-lang/stagehand/blob/master/LICENSE).