Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.
/ vue3-tsx Public archive

antd-vue use vue2(vue/composition-api) api (CompositionAPI) demo

Notifications You must be signed in to change notification settings

sendya/vue3-tsx

Repository files navigation

Vue TypeScript

Project setup

# Modules download
$ yarn install

# Compiles and hot-reloads for development
$ yarn serve

#Compiles and minifies for production
$ yarn build

# Run your unit tests
$ yarn test:unit

# Lints and fixes files
yarn lint

Directory Structure

- docker			Docker config
- public			Project resource
- src
  - api				Api vars
  - assets			static
  - components
  - layouts			BasicLayout
  - locales			Vue-i18n
  - router			Vue-Router
  - store			Vuex
  - styles			Global styles
  - utils			Ajax/Fetch/DateUtil
  - views			Pages
  - App.less
  - App.tsx
  - default.less
  - icons.ts
  - main.ts
  - shims-app.d.ts
  - shims-tsx.d.ts
- tests				Jest
- .browserslistrc
- .editorconfig
- .env.*
- .eslintrc.js
- .gitlab-ci.yml
- package.json
- vue.config.js

Customize configuration

See Configuration Reference.

About

antd-vue use vue2(vue/composition-api) api (CompositionAPI) demo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published