Home

Awesome

vue-snapshot-serializer

Vue 3 Snapshot Serializer website

Running Locally

  1. Install Volta
  2. Fork/Clone/Download the repo
  3. npm install - Installs dependencies
  4. npm start - Runs the local web server
  5. npm run lint - Runs the linter
  6. npm run fix - Runs the linter fixing issues automatically
  7. npm run build - Builds the site locally
  8. npm run - See all commands