Giter VIP home page Giter VIP logo

aibees-vue's Introduction

매입출 관리 및 장부관리 개발 프로젝트

홀로 장사하시는 어머니를 위한 아들의 웹 개발 프로젝트

프로젝트 세부내용

블로그 바로가기

개발 Stack

  • Vue.js (v3.2.25)
  • Vite (v2.8.0)

실행 전 준비사항

※ 모든 버전은 프로젝트 개시 당시 버전

  1. Node.js 설치
  1. npm or yarn 설치
  • npm
    • version: v6.14.13
  • yarn
    • version: v1.19.1

프로젝트 실행

# 프로젝트 dependencies 설치
yarn

# serve with hot reload in dev
yarn run dev

# build for production
yarn run build

# show preview(Integration-test) after build
yarn run preview

프로젝트 구성도

<root-project>
├─index.html      # root html
├─package.json    # project packages
├─vite.config.js  # vite config
├─dist/           # build output
├─public/         # favicon
└─src/
   ├─assets/      # image
   ├─components/  # vue files
   │   ├─App.vue  # root vue
   │   ├─Home.vue # Main page vue
   │   ├─store/   # 스마트스토어 관리페이지 Component vue
   │   ├─cafe/    # 카페관리 페이지 Component vue
   │   ├─common/  # 공통모듈 Directory
   │   └─except/  # Error Page Component vue
   └─scripts/     # javascript files

aibees-vue's People

Contributors

aibees avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.