Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.13 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.13 KB

Shorten Video with Vue


This is a web version of the python script Shorten Videos using Vue, Snowpack.

Install Package


npm i

This will install all the packages automatically.

Start Local Web Server


npm start

Runs the app in the development mode. Open http://localhost:8080 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

Other Available Scripts


npm test

⚠️ NOTE: Vue 3 testing support is still in progress. This template does not ship with a test runner.

npm run build

Builds the app for production to the build/ folder. It correctly bundles Vue in production mode and optimizes the build for the best performance.

Q: What about Eject?

No eject needed! Snowpack guarantees zero lock-in, and CSA strives for the same.