0.1.0 • Published 4 years ago
@hope-ui/vue v0.1.0
Vue TypeScript template with Vite
This is a Vue + TypeScript boilerplate built with Vite.
What's inside?
Getting started
Create the project.
npx degit fabien-ml/vue-ts-vite-template my-appAccess the project directory.
cd my-appInitialize a git repository.
git initInstall dependencies.
npm installServe with hot reload at http://localhost:5050.
npm run dev
Recommended VS Code extensions
Other commands
Lint commands
npm run lintBuild commands
npm run buildTest commands
- Run unit tests
npm run test:unit - Run e2e tests
npm run test:e2e
License
This project is licensed under the MIT License.
0.1.0
4 years ago