Zalasanjay / saber

A static website generator for building blazing fast websites with Vue.js

Home Page:https://saber.land

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



saber logo


NPM version NPM downloads CircleCI discord chat






Please consider donating to this project's author, EGOIST, to show your ❤️ and support.

Features

  • Static Rendering.
    With Saber, static rendering with Vue.js is easier now than ever.
  • Zero Setup.
    Automatic code splitting, file-system based routing, hot code reloading and built-in Markdown support.
  • Bring Your Own Data.
    Build sites with the data you want: Pull data from headless CMS, SaaS services, APIs, your file-system, and more.
  • Fully Extensible.
    With Saber's powerful APIs and plugin system, you can customize almost everything.

Quick Start

You can create a new site with just a single command:

npm init site new-site
# Or if you prefer Yarn
yarn create site new-site

Then run npm run dev or yarn dev in the created project and you're done!

Dive into the docs for more details or try the online CodeSandbox example:

Edit saber-sandbox

Resources

Support

Check out our Roadmap for upcoming features.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

Saber © EGOIST, Released under the MIT License.
Authored and maintained by EGOIST with help from contributors (list).

Website · GitHub @EGOIST · Twitter @_egoistlily

About

A static website generator for building blazing fast websites with Vue.js

https://saber.land

License:MIT License


Languages

Language:JavaScript 85.0%Language:Vue 11.6%Language:CSS 3.4%