pyodide-vuejs-app-example
pyodide-vuejs-app-example copied to clipboard
Scikit-learn in a Vue.js App with Pyodide
trafficstars
Pyodide Vue.js App example
Run "train_test_split" from scikit-learn in a Vue.js App using Pyodide.

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