891dba13 by fonghehe

chore: 更新依赖

1 parent 766a08bf
1 MIT License
2
3 Copyright (c) 2018 vue2-h5-template
4
5 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
6 documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
7 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
8 persons to whom the Software is furnished to do so, subject to the following conditions:
9
10 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
11 Software.
12
13 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
14 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
15 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
16 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1 // 获取 VUE_APP_ENV 非 NODE_ENV,测试环境依然 console 1 // 获取 VUE_APP_ENV 非 NODE_ENV,测试环境依然 console
2
2 const IS_PROD = ['production', 'prod'].includes(process.env.VUE_APP_ENV) 3 const IS_PROD = ['production', 'prod'].includes(process.env.VUE_APP_ENV)
3 const plugins = [ 4 const plugins = [
4 [ 5 [
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 <div class="index-container"> 2 <div class="index-container">
3 <div class="warpper"> 3 <div class="warpper">
4 <h1 class="demo-home__title"> 4 <h1 class="demo-home__title">
5 <img src="https://www.sunniejs.cn/static/weapp/logo.png" /><span> VUE H5开发模板</span> 5 <img src="https://cdn.jsdelivr.net/gh/fonghehe/picture/vue-h5-template/logo.png" /><span> VUE H5开发模板</span>
6 </h1> 6 </h1>
7 <h2 class="demo-home__desc">A vue h5 template with Vant UI</h2> 7 <h2 class="demo-home__desc">A vue h5 template with Vant UI</h2>
8 </div> 8 </div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!