SaaSHub helps you find the best software and product alternatives Learn more →
Core Alternatives
Similar projects and alternatives to core
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
Bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
-
-
-
Laravel
Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.
-
-
Nuxt.js
Discontinued Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3. [Moved to: https://github.com/nuxt/nuxt]
-
-
-
-
react
A declarative, efficient, and flexible JavaScript library for building user interfaces. (by sbs2001)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
core discussion
core reviews and mentions
-
Implementing Infinite Scrolling with Laravel, Inertia.js v2.0, and Vue 3
Vue 3 Documentation
-
The Open Source Finale: Pt. 2
Vue.js - a "progressive JavaScript framework" focused on building user interfaces. Vue.js piqued my interest for a while, and after finally using it in this project, I can see why it’s so popular in the developer community - it's both intuitive and flexible.
-
An opinionated testing approach for VueJS
import { describe, it, expect, vi } from 'vitest' import { mount } from '@vue/test-utils' import HelloWorld from './HelloWorld.vue' vi.mock('./useHelloWorld', () => ({ useHelloWorld: () => ({ getTimeBasedGreeting: vi.fn().mockReturnValue('Good morning'), }), })) describe('HelloWorld', () => { it('renders proper greeting with provided message', () => { const wrapper = mount(HelloWorld, { props: { msg: 'World', }, }) expect(wrapper.text()).toContain('Good morning, World') }) it('contains links to Vite and Vue', () => { const wrapper = mount(HelloWorld, { props: { msg: 'World', }, }) const links = wrapper.findAll('a') expect(links[0].attributes('href')).toBe('https://vite.dev/') expect(links[1].attributes('href')).toBe('https://vuejs.org/') }) it('applies correct CSS classes', () => { const wrapper = mount(HelloWorld, { props: { msg: 'World', }, }) expect(wrapper.find('h1').classes()).toContain('green') expect(wrapper.find('.greetings')).toBeTruthy() }) })
-
The Open Source Finale: Pt.1
While the project is relatively small, it offers many learning opportunities. I’m unfamiliar with most of the stack (Nuxt, Vue.js), have never worked on online games, and also haven’t tackled any frontend-related issues in my open-source journey. All this combined makes the project a great fit for my Release 0.4.
- Diátaxis – A systematic approach to technical documentation authoring
-
Level Up Your WordPress Skills with WebAssembly
Server-Side Enhancements: Wasm can even be used on the server-side to boost performance for API calls or background tasks. -** Headless WordPress**: For developers building headless WordPress sites, Wasm can supercharge frontend frameworks like React, Angular, or Vue.
-
Dynamic named slots in Vue 3
I’ve recently been re-building an admin panel in a personal Laravel-based project, convering it from “traditional” Blade views to an Inertia-based solution. As part of this, I’ve been identifying repeating elements that can be extracted into reusable Vue components.
-
Microfrontends a Developer's Guide: Exploring Projects and Managing Communication
Products: Developed with Vue, this microfrontend displays product listings and details. It focuses on the user interface for browsing products.
-
A Guide to Server-Side Rendering
Vue
-
Choosing the Right Tech Stack: A Developer's Decision-Making Guide
Vue (and other meta-frameworks like Nuxt): Praised for its simplicity and gentle learning curve
-
A note from our sponsor - SaaSHub
www.saashub.com | 12 Dec 2024
Stats
vuejs/core is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of core is TypeScript.