0.0.2 • Published 4 years ago

sapper-sources v0.0.2

Weekly downloads
14
License
MIT
Repository
github
Last release
4 years ago

Table of Contents

Installation

Use the package manager npm or yarn to install Sapper Sources.

npm install sapper-sources

# or

yarn add sapper-sources

Usage

Example to setup markdown as source for your sapper application.

import sapperSource, { markdownSource } from 'sapper-sources';

export default {
  source: sapperSource({
    plugin: markdownSource,
    options: {
      contentPath: '/content/',
    },
  }),
};

Built With

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Roadmap

  • Markdown Support
  • Gatsby Source Plugin Support
  • JSON Support
  • Relative image path support

License

MIT.