Laravel Mix
vite
Our great sponsors
Laravel Mix | vite | |
---|---|---|
13 | 600 | |
5,166 | 52,206 | |
0.2% | 2.4% | |
7.4 | 9.9 | |
13 days ago | 3 days ago | |
JavaScript | TypeScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Laravel Mix
-
Laravel Mix throws weird error "Error: spawn Unknown system error -86 at ChildProcess.spawn (node:internal/child_process:412:11)"
"It is fixed." https://github.com/mikaelbr/node-notifier/issues/361 via https://github.com/laravel-mix/laravel-mix/issues/2937 via https://github.com/josephdyer/skeleventy/issues/32
- 10+ Best Laravel Dev Tools For Faster Development🚀 2021
- 10+ Best Laravel Dev Tools For Faster Development🚀2021
-
How to Use CMake Without the Agonizing Pain - Part 2
Oh, have I got the thing for you. You can just use laravel-mix for the common usecases:
-
I just don't get webpack, it's miserable, what should I do?
Try laravel-mix, makes it a lot easier.
- Jetstream with Vue 3
vite
-
I also build my portfolio with Tailwind (links and details in coments)
Made with: - Windblade (my own version of Tailwind) - Solid JS - Vite
-
The tool that revolutionized my workflow. My experience with Vite
In my previous post, I shared my experience with TSED. Today, I want to talk about a tool that has greatly increased my workflow: ViteJS. For those unfamiliar, ViteJS is a web application development build tool created by Evan You and his team.
-
Web 3.0 frontend stacks in 2023
React is first choice, because of it's many web3 libs. Vercel is the easiest place deploying Next.js with Turborepo. However, by using vercel's useful features (Edge functions, ISR, etc.), it is more difficult to deploy to IPFS and make dApp fully decentralized. Vite or esbuild are also suitable for smaller applications and tools.
-
How to use Winston in Vite
After checking the internet for this error, you will probably come across this closed Vite issue on Github. This led me to understand that I have to polyfill the NodeJs functions Winston is looking for, but the Vite team isn't going to do that for me. I wish they would, but again, it seems the JS ecosystem is moving away from this, because we really shouldn't be supporting old or unsupported API's and code that uses them. On the other hand, you can't just tell these packages that have millions of dependents to just refactor and catch up overnight. Everyone knows the technical debt in those libraries must be a nightmare.
-
A guide to visual debugging with Vitest Preview
Vitest is a new unit testing framework that’s built for speed. According to Anthony Fu, the creator of Vitest and core team member of Vite:
-
Ask HN: What would be your stack if you are building an MVP today?
This is the correct answer. It's quite shocking how many Django and Laravel answers there are in this thread. Performance and type safety appear to be completely irrelevant to HN.
You should take a look at Vite (https://vitejs.dev/) for a Vue development environment, if you haven't already.
-
How to use Firestore with Redux in a React application
The most common way of spinning up a React application is probably using create-react-app. We’ll be using Vite (pronounced like “veet”) instead. But fret not, it’s just as simple — but more efficient.
-
Will anyone hire a 33 yo newbie?
Compiling assets is a little daunting at first, check out Vite which is lightning fast and created by the same guy that made Vue. It's becoming the standard.
-
Let's build a Mind Map App with React Flow
We'll be using Vite to develop our app, but you can also use Create React App or any other tool you like. To scaffold a new React app with Vite you need to do:
-
[AskJS] My thoughts after switching from React to Vue
Vite is not ready for production.
What are some alternatives?
Next.js - The React Framework
parcel - The zero configuration build tool for the web. 📦🚀
esbuild - An extremely fast bundler for the web
swc - Rust-based platform for the Web
Rollup - Next-generation ES module bundler
astro - Build faster websites with Astro's next-gen island architecture 🏝✨
webpack - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
SvelteKit - web development, streamlined
turborepo - Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust – including Turborepo and Turbopack. [Moved to: https://github.com/vercel/turbo]
create-react-app - Set up a modern web app by running one command.
nx - Smart, Fast and Extensible Build System
Vue.js - đź–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.