0.1.0 • Published 2 years ago

@hope-ui/vue v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Vue TypeScript template with Vite

This is a Vue + TypeScript boilerplate built with Vite.

What's inside?

Getting started

  1. Create the project.

    npx degit fabien-ml/vue-ts-vite-template my-app
  2. Access the project directory.

    cd my-app
  3. Initialize a git repository.

    git init
  4. Install dependencies.

    npm install
  5. Serve with hot reload at http://localhost:5050.

    npm run dev

Recommended VS Code extensions

Other commands

Lint commands

npm run lint

Build commands

npm run build

Test commands

  • Run unit tests
    npm run test:unit
  • Run e2e tests
    npm run test:e2e

License

This project is licensed under the MIT License.