mirror of
https://github.com/xxxsf/vue3-h5-template.git
synced 2025-04-05 20:35:49 +08:00
37 lines
633 B
Markdown
37 lines
633 B
Markdown
# Vue3-Tutorial
|
|
A Tutorial for Vue 3.
|
|
|
|
- [x] Vue3
|
|
- [x] vue-router
|
|
- [x] Vite
|
|
- [x] setup
|
|
- [x] echarts
|
|
|
|
## How to use
|
|
You should clone the repo and install the dependencies, and then npm start.That is all.
|
|
|
|
```bash
|
|
$ git clone https://github.com/allan2coder/VUE3-Tutorial.git
|
|
$ cd VUE3-Tutorial
|
|
$ npm install
|
|
```
|
|
Then launch the project app.
|
|
|
|
```bash
|
|
$ npm run dev
|
|
```
|
|
|
|
You should see a new browser tap opening and a page of 'index.html' in http://localhost:3000.
|
|
|
|
## How to build the static files
|
|
|
|
``` bash
|
|
npm run build
|
|
```
|
|
|
|
## Other SPA
|
|
- [React.js](https://github.com/allan2coder/React-SPA) :fire: :fire: :fire:
|
|
|
|
## License
|
|
MIT
|