Max

Results 33 comments of Max

Maybe for v1, all files with 200+ lines of code could be refactored to be more readable and maintainable.

@egoist Great idea! Would it be possible to change `tags` to `type` in the example? A tag for me would be something like `album review` or `baking recipe` and type...

@egoist that looks great!

I'll start working on this one.

> There should be a way to see all available commands/pages, I also noticed that if you enter the slug of current page the cursor will just disappear. > >...

You'd have to pass the page prop manually, like this: ```vue // in your layout file: ```

I don't really see a wide use-case for that. Components aren't meant to have page state, but to be page/layout-agnostic. A component usually is something like a button. If you...

> Why not register global components in `saber-browser.js` Did that before, thought it might be handy to do that based on file structure rather than config.

1. It has all the features I needed compared to other Vue.js static site gens. Gatsby is cool but too complicated for what I wanted to achieve plus I'd have...

Maybe "Functional Routes" or "Manual Routes"?