GitHunt

Macrof MF compiler

Install

yarn add @macrof/compiler --dev

Init

import Micro from "@macrof/compiler";

export default new Micro({
    isShell: true,
    devServer, // your dev server configs
    plugins, // your plugins configs
    ...configs, // other configs
}).configure();

Languages

TypeScript86.1%JavaScript13.9%

Contributors

Apache License 2.0
Created May 6, 2023
Updated May 6, 2023