Skip to content

francoislanc/pyodide-vuejs-app-example

Repository files navigation

Pyodide Vue.js App example

Run "train_test_split" from scikit-learn in a Vue.js App using Pyodide.

screenshot

For more information on Pyodide, checkout this mozilla blog post.

Project setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run End-to-End Tests with Playwright

# Install browsers for the first run
npx playwright install

npm run test

Lint with ESLint

npm run lint