Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 334 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 334 Bytes

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();