You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I really like vite for its simplicity and speed, unlike webpack, it brings me only joy.
I can't decide what the best solution would be for developing a simple html-layout . That is, under the CMS.
Usually I would like to use something like pug/ejs/njk , but I need some kind of html framework that supports imports and other cool stuff.
In my recent project, I tried to use pug, but I don’t really like the idea of duplicate first html pages, then connect pug inside them, it would be more convenient if vite itself defined the entry point as a pug file.
Link to this repo: https://github.com/Poylar/adict-test
The problem is that if you add more pages, it will be too much.
What configs do you use to create a simple MPA without using jS frameworks. Thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I really like vite for its simplicity and speed, unlike webpack, it brings me only joy.
I can't decide what the best solution would be for developing a simple html-layout . That is, under the CMS.
Usually I would like to use something like pug/ejs/njk , but I need some kind of html framework that supports imports and other cool stuff.
In my recent project, I tried to use pug, but I don’t really like the idea of duplicate first html pages, then connect pug inside them, it would be more convenient if vite itself defined the entry point as a pug file.
Link to this repo: https://github.com/Poylar/adict-test
The problem is that if you add more pages, it will be too much.
What configs do you use to create a simple MPA without using jS frameworks. Thanks
Beta Was this translation helpful? Give feedback.
All reactions