/Xbear-Vue3

A mini-vue3 framework developed by Typescript.

Primary LanguageTypeScriptMIT LicenseMIT

Xbear-Vue3

Description

A mini-vue3 framework developed by Typescript.

Usage

# Clone it from Github.
$ git clone https://github.com/HarryXiong24/typescript-webpack-start.git
$ cd typescript-webpack-start
# If you want to use yarn.
yarn install
yarn dev
yarn build
# If you want to use npm.
npm install
npm run dev
npm run build

Hint

The simple example is located in the examples folder, so the packaging file entry set by Webpack is located in index.ts under the examples folder.

The file in the directory under src is just an empty file. Please modify it yourself according to your needs.