Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 889 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 889 Bytes

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