mirror of
https://github.com/xxxsf/vue3-h5-template.git
synced 2025-04-05 20:35:49 +08:00
update
This commit is contained in:
parent
3845b1eacd
commit
11c5f6ee04
21
LICENSE
21
LICENSE
@ -1,21 +0,0 @@
|
|||||||
MIT License
|
|
||||||
|
|
||||||
Copyright (c) 2020-present, Fast-vue3
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
SOFTWARE.
|
|
@ -70,13 +70,13 @@ module.exports = {
|
|||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
更多详细信息: [quark](https://quark-design.hellobike.com/#/zh-CN/component/button)
|
更多详细信息: [quarkd](https://vue-quarkd.hellobike.com/#/zh-CN/component/button)
|
||||||
|
|
||||||
[▲ 回顶部](#top)
|
[▲ 回顶部](#top)
|
||||||
|
|
||||||
### <span id="quarkd">✅ quarkd 组件按需加载 </span>
|
### <span id="quarkd">✅ quarkd 组件按需加载 </span>
|
||||||
|
|
||||||
https://quark-design.hellobike.com/#/
|
https://vue-quarkd.hellobike.com/#/
|
||||||
|
|
||||||
#### 安装插件
|
#### 安装插件
|
||||||
|
|
||||||
@ -104,6 +104,7 @@ npm i quarkd
|
|||||||
```html
|
```html
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { useUserStore } from '@/store/modules/user';
|
import { useUserStore } from '@/store/modules/user';
|
||||||
|
|
||||||
const userStore = useUserStore();
|
const userStore = useUserStore();
|
||||||
userStore.login();
|
userStore.login();
|
||||||
</script>
|
</script>
|
||||||
@ -124,6 +125,7 @@ import Vue from 'vue';
|
|||||||
import { createRouter, createWebHistory, Router } from 'vue-router';
|
import { createRouter, createWebHistory, Router } from 'vue-router';
|
||||||
|
|
||||||
Vue.use(Router);
|
Vue.use(Router);
|
||||||
|
|
||||||
export const router = [
|
export const router = [
|
||||||
{
|
{
|
||||||
name: 'root',
|
name: 'root',
|
||||||
@ -159,6 +161,7 @@ import store from '@/store';
|
|||||||
import Toast from 'quarkd/lib/toast';
|
import Toast from 'quarkd/lib/toast';
|
||||||
// 根据环境不同引入不同api地址
|
// 根据环境不同引入不同api地址
|
||||||
import { baseApi } from '@/config';
|
import { baseApi } from '@/config';
|
||||||
|
|
||||||
// create an axios instance
|
// create an axios instance
|
||||||
const service = axios.create({
|
const service = axios.create({
|
||||||
baseURL: baseApi, // url = base api url + request url
|
baseURL: baseApi, // url = base api url + request url
|
||||||
|
5042
package-lock.json
generated
5042
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,7 @@ export const lang = {
|
|||||||
en: '英文',
|
en: '英文',
|
||||||
zh: '中文',
|
zh: '中文',
|
||||||
},
|
},
|
||||||
introduction: '一个快速开发vue3的移动端模板',
|
introduction: '一个快速开发vue3的前端模板,Web、h5都适用',
|
||||||
home: {
|
home: {
|
||||||
support: '支持',
|
support: '支持',
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user