0.0.9 ā€¢ Published 3 years ago

@svelterialjs/process v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

A Svelte preprocessor for Svelterial.

šŸ  Homepage

Install

npm i -D @svelterialjs/process

Usage

You can use this method with ANY TOOLING YOU PREFER like rollup, webpack and even vite. Just add it to the preprocess method.

const svelterial = require('@svelterialjs/process');
// OR
import svelterial from '@svelterialjs/process';

{
  svelte({
    preprocess: [..., svelterial({ your_config })]
  })
}

Example: Rollup

import svelte from 'rollup-plugin-svelte';
import svelterial from '@svelterialjs/process';

export default {
  plugins: [
    svelte({
      preprocess: svelterial({ your_config }),
    }),
  ],
};

Author

šŸ‘¤ TheComputerM

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2021 TheComputerM. This project is MIT licensed.


This README was generated with ā¤ļø by readme-md-generator

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago