-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fronted build #13
Comments
Which template needed? It's important... |
Hello, what do you mean by template ? Sorry for so not clear issue name, but we need to create browser build for this library (metaforge) by some builder, to allow run it at fronted apps. For example at dist folder. {
"browser": {
"./index.js": "./dist/index.js"
}
} |
By template I mean public template like this. We just copy code and run. Easy and fast way. |
For example in redux repo. They build site from path |
Well, we dont use any dependency here, except our own utils library, so you can use browserify as dev dependency to compile it from |
You want to say that we will write a website in pure js without frameworks. I like it |
Well, this project not about the website at all, this specific library supposed to validate data at runtime. But at the main goal - yes, we have in plans website. |
Purejs / svelte / htmx always welcome, but its to early to build website for this project, we need to finish our framework & k8s utils first. |
I'm confused man. I want to help you but I don’t understand how |
I see.. May i ask, how did you find us or this repository ? |
Describe the problem
We need to create metaforge browser build for frontend Apps.
npm run build
for build generationThe text was updated successfully, but these errors were encountered: