Skip to content

📄🎯基于vite3 + vue3 + TS开发的一个记账本应用程序。(练习项目)

License

Notifications You must be signed in to change notification settings

thornboo/pocket-book

Repository files navigation

Pocket book

English | 中文

Introduction

Pocket Book is a free open source bookkeeping application developed using the latest vue3, Vite3, TypeScript and other mainstream technologies.

Feature

preview

Documentation

Document

Preparation

  • node and git - Project development environment
  • Vite - Familiar with vite features
  • Vue3 - Familiar with Vue basic syntax
  • TypeScript - Familiar with the basic syntax of TypeScript
  • Es6+ - Familiar with es6 basic syntax
  • Ant-Design-Vue - ui basic use

Install and use

  • Get the project code
git clone https://github.com/thornboo/pocket-book
  • Installation dependencies
cd pocket-book

yarn install
  • run
yarn serve

Change Log

CHANGELOG

Project

How to contribute

You are very welcome to join!Raise an issue Or submit a Pull Request。

Pull Request:

  1. Fork code!
  2. Create your own branch: git checkout -b feat/xxx
  3. Submit your changes: git commit -am 'feat(function): add xxx'
  4. Push your branch: git push origin feat/xxx
  5. submit:pull request

Git Contribution submission specification

  • reference vue specification (Angular)

    • feat Add new features
    • fix Fix the problem/BUG
    • style The code style is related and does not affect the running result
    • perf Optimization/performance improvement
    • refactor Refactor
    • revert Undo edit
    • test Test related
    • docs Documentation/notes
    • chore Dependency update/scaffolding configuration modification etc.
    • workflow Workflow improvements
    • ci Continuous integration
    • types Type definition file changes
    • wip In development

Browser support

The Chrome 80+ browser is recommended for local development

Support modern browsers, not IE

Related warehouse

If these plugins are helpful to you, you can give a star support

Maintainer

@thornboo

Donate

If you think this project is helpful to you, you can help the author buy a cup of coffee to show your support!

License

About

📄🎯基于vite3 + vue3 + TS开发的一个记账本应用程序。(练习项目)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published