Skip to content

Opinionated Vue starter by Dogstudio

License

Notifications You must be signed in to change notification settings

Dogstudio/dogstudio-vue-starter

Repository files navigation

Dogstudio Vue Starter

The repository has all the features needed to build blazing-fast experience.

  • Vue 3
  • Vite
  • Prettier
  • SCSS/SASS

Prerequisites

Getting Started

git clone git@github.com:Dogstudio/dogstudio-vue-starter.git my-new-app
cd my-new-app
cp .env.example .env.local
npm i
npm run dev

Documentation

We recommend the following documentations to master the stack:

References

# Run Vue in development-mode with a local server.
# Visit http://localhost:3000 to see your application running.
npm run dev

# Run Vue in production-mode and creates a production build.
npm run build

# Run Vue in production-mode with a local server.
# Visit http://localhost:3000 to see your production build.
npm run start

# Run ESLint for JS & Vue files
npm run lint

# Upgrade the dependencies and devDependencies with interactive mode
# See: https://www.npmjs.com/package/npm-check-updates
npm run upgrade

Example

An example is available on the demo branch to test all the features included in the repository:

git checkout demo
npm i
npm run dev

Contributing

Please submit issues, pull requests or contact us. We are open to all kind of contributions.

License

The dogstudio-vue-starter repository is MIT licensed.