Sapper Sources
Pre-built content sources
for your Sapper Application
Table of Contents
Installation
Use the package manager npm or yarn to install Sapper Sources.
npm install sapper-sources
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
License
MIT.