saber icon indicating copy to clipboard operation
saber copied to clipboard

()==[:::::::::::::> Build static sites in Vue.js, without the hassle

Results 107 saber issues
Sort by recently updated
recently updated
newest added

[](https://issuehunt.io/r/egoist/saber/issues/136) Jest + coverage > There is a $80.00 open bounty on this issue. Add more on [Issuehunt](https://issuehunt.io/r/egoist/saber/issues/136). > - Checkout the [Issuehunt explorer](https://issuehunt.io/r/egoist/saber/) to discover more funded issues. >...

:dollar: Funded on Issuehunt

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution in yargs-parser Affected versions of yargs-parser are...

dependencies
security

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.6. Changelog Sourced from handlebars's changelog. v4.7.6 - April 3rd, 2020 Chore/Housekeeping: #1672 - Switch cmd parser to latest minimist (@dougwilson Compatibility notes: Restored Node.js...

dependencies

Bumps [decompress](https://github.com/kevva/decompress) from 4.2.0 to 4.2.1. Release notes Sourced from decompress's releases. v4.2.1 Prevent directory traversal (#73) 967146e https://github.com/kevva/decompress/compare/v4.2.0...v4.2.1 Commits 84a8c10 4.2.1 fafff47 Meta tweaks 967146e Prevent directory traversal (#73)...

dependencies

Bumps [bl](https://github.com/rvagg/bl) from 3.0.0 to 3.0.1. Release notes Sourced from bl's releases. v3.0.1 Fix unintialized memory access Commits 84e1852 Bumped v3.0.1 8a8c13c Fix unintialized memory access See full diff in...

dependencies

- [x] Native way to fetch external data - [x] Native way to inject pages into pages - [x] Native support for pagination - [x] Removing deprecated API - [...

**Summary** Closes #128 You can now write `.ts` and `.tsx` pages in `./pages` folder, `` is also supported in `.vue` pages and normal `.vue` components. This is implemented with `@babel/preset-typescript`,...

**Summary** **What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [ ] Feature - [ ] Code style update - [ ]...

## Feature request #### What problem does this feature solve? It would allow users to keep very strict CSP directives (since the output is often a simple static site) by...

## Bug report #### Steps to reproduce setting `metaInfo` in `head` or `setHead()`: ```js setHead(function() { return { metaInfo: { script: [ { innerHTML: 'console.log("I am in body");', type: 'text/javascript',...