http://coldfusion.com logo
Join Slack
Powered by
# vuejs
  • j

    johnfarrar

    05/04/2022, 4:30 PM
    Who here would be interested in being a beta student on a course for learning Cypress for front end testing?
    d
    e
    • 3
    • 3
  • g

    gpickin

    01/20/2023, 3:39 PM
    Did you get your numbers, did you get this done?
    j
    • 2
    • 1
  • j

    johnfarrar

    12/22/2022, 8:34 PM
    how many Vue devs here have built something in Vue 3 vs how many have not?
  • c

    cf_gal

    12/23/2022, 12:29 AM
    I have not used Vue 3 yet.
  • j

    johnfarrar

    12/24/2022, 7:12 PM
    I am working on some online courses, Vue 3 is a top contender.
  • d

    Daniel Mejia

    12/24/2022, 7:42 PM
    Haven’t done anything with vue
  • s

    sknowlton

    12/24/2022, 8:47 PM
    we switched to vue3 probably 8 months ago
  • s

    sknowlton

    12/24/2022, 8:47 PM
    once enough of our libraries supported it
  • j

    johnfarrar

    04/17/2023, 3:21 PM
    For those interested in Vue. • I am looking for a limited number of course testers • I have created a framework called
    Collaborative Apps
    or
    Collaboration
    , it allows WordPress like plugins to be integrated into Vue based sites, with a very simple shift. Oh, it doesn't come with the security risks that WordPress does. Like Luis says, that is high risk having unmanaged updates in our sites. I am interested in a few testers there also. So, for the courses in a series called
    Modern Vue
    and
    Collaboration
    , we are looking for testers in either or both of those.
    👍 2
    g
    • 2
    • 2
  • s

    Simone

    08/01/2023, 4:49 PM
    i have created a mixin in vue JS which i am trying to call and my approach is to show last 24 months as enabled adn reset everything for previous months should be disabled, but the code i have is just disabled from July month to backwards
    Copy code
    getLast24Months() {
          const currentDate = new Date();
          const months = [];
    
          for (let i = 23; i >= 0; i--) {
            const month = new Date(currentDate.getFullYear(), currentDate.getMonth() - i);
            months.push(month);
          }
          return months;
        },
        disabledDate(time) {
          const currentDate = new Date();
          const targetDate = new Date(time);
          const diffMonths = (currentDate.getFullYear() - targetDate.getFullYear()) * 12 + (currentDate.getMonth() - targetDate.getMonth());
          console.log(targetDate);
          console.log(diffMonths);
          return diffMonths < -23 || diffMonths > 0;
        }
    a
    • 2
    • 5
  • d

    donbellamy

    02/14/2024, 4:44 AM
    N o Next.js channel?
    😂 1
    a
    • 2
    • 3
  • d

    Daniel Mejia

    02/14/2024, 4:46 AM
    there is only one server side approach here, f nextjs jk
  • d

    donbellamy

    02/14/2024, 4:49 AM
    Well next.js is server side now. 🙂.
  • d

    donbellamy

    02/14/2024, 4:50 AM
    Yeah still battling in my job what to use in the backend.
  • d

    donbellamy

    02/14/2024, 4:51 AM
    but hey we got this channel to come back to life 🙂
  • d

    Daniel Mejia

    02/14/2024, 4:51 AM
    🤦🏽 cfml is not your go to choice?
  • d

    donbellamy

    02/14/2024, 4:55 AM
    Been a cfml developer since v1.0 back in 1995, moved on to Next.js about a year ago when I finally realized what was happening in web development. I still manage several ColdFusion apps every day.
    a
    • 2
    • 1
  • d

    Daniel Mejia

    02/14/2024, 4:59 AM
    ahhh nice dude. im keeping an eye on solidstart which is solidjs. but htmx is also another way if you haven’t heard of it.
  • d

    Daniel Mejia

    02/14/2024, 5:01 AM
    vuejs is cool too 😂
  • s

    seancorfield

    02/14/2024, 7:34 PM
    set the channel topic: https://vuejs.org/about/community-guide for news and support
  • s

    seancorfield

    02/14/2024, 7:34 PM
    set the channel description: https://vuejs.org/about/community-guide for news and support
  • s

    seancorfield

    02/14/2024, 7:35 PM
    ☝🏻 We're going to archive this channel and encourage Vue.js users to use the officially recommended news and support channels listed on https://vuejs.org/about/community-guide
  • r

    Rodney

    02/14/2024, 7:36 PM
    @Rodney has left the channel
  • s

    Sid Wing

    02/15/2024, 3:05 PM
    @Sid Wing has left the channel
  • s

    seancorfield

    02/15/2024, 5:13 PM
    archived the channel