Skip to content

b0yblake/Integration-Vue-note-with-notion

Repository files navigation

[WIP] - Vue Vite TypeScript startkit

This template should help get you started developing with Vue 3 and Typescript in Vite.. Questions, feedback, and for now, even bikeshedding are welcome.

Features

Documentation

This project includes a docs folder with more details on:

  1. Setup and development
  2. Architecture
  3. Languages and technologies
  4. Routing, layouts, and views
  5. State management
  6. Tests and mocking the API
  7. Linting and formatting
  8. Editor integration
  9. Building and deploying to production

FAQ's

Should we need to add all configs for the new current project?

No, you can choose one or maybe several of the richest features for your project.
This template it's just like the normal project.

Why would I use this boilerplate instead of Nuxt?

It uses Vue 3, Vite tool, and rich new features, this project can be another choice.

TypeScript may be new to me, should I use it?

Trending it's important for the developer world, if you don't follow that, you can be defeated.

Getting started

npm install
npm run dev
npm run build