Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@Divisionbyzero yup: https://materializecss.com/
it is basically just using css classes and not vue components -
@yodude have to be honest here, yes it does, but I usually use bootstrap and wanted to try out a different UI framework, any others you recommend for me to check?
-
Stocken4336y@yodude semantic builds some functions on jQuery, makes me wanna cry 😅. Modern frameworks should go away from imo.
-
aritzh7536yDoes it allow arbitrarily nested tasks? Like sub-sub-sub tasks? If it does, I would LOVE to use it, even if I have to host it myself
-
@gitpush Btw if you don't bother rewriting a lot, there's already an official vue plugin for MD2. 😏
But it looks great. -
@notcool I honestly don't run nginx inside docker I install it directly on the server, but what are those security modes you are talking about?
-
@amrit2022 I didn't read that, can you point me to the url? As for me I have the data mounted to host so that they are not removed after container reboot, unless it is a really large database or contain critical info to be fetched in no time, I don't see why it can't be run inside a container
-
@chabad360 it is not open source, well it was but then i decided not to, you can still get the open source one (https://github.com/gitpushdev/...) but it is a month old and was still in its early basic stages. Sorry :\
-
@aritzh no it doesn't unfortunately but I might do it in the future, I might put out the production files but don't think I'll be putting its source code, if I do put them out I'll make a rant about it :)
-
@gamingfail123 MD2 as in mongodb? The reason why I went the web service route instead of making vue connect to database is because I want to learn flutter and dart, so having a webservice will complete the product for me instead of having to do the work all over again and connect to database from mobile app
-
@gamingfail123 that's the other material framework, I'm using materialize css, didn't find a component for them, but in both cases I prefer not to use components but use classes and style the way I want
Related Rants
Might be nothing for others, but I finally published my Vue website with the following setup:
1. Vue inside docker
2. Nodejs API inside docker
3. MongoDB inside docker
4. Nginx as reverse proxy
5. Let's Encrypt
6. NO I WILL NOT SHARE THE LINK, don't want to be hacked lol and it is for personal use only.
But I'd love to thank devRant members who have helped me reach this point, two months ago I was a complete noob in Vue and a beginner in NodeJs services, now I have my own todo website customized for my needs.
Thank you :)
random
noob
getting there
vue
finally