Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hyapp-template

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyapp-template - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

src/api/controller/init.js

9

package.json
{
"name": "hyapp-template",
"version": "1.0.0",
"version": "1.0.1",
"description": "mvvm",

@@ -21,2 +21,3 @@ "author": "yangbin <yangb@2345.com>",

"autoprefixer": "^7.1.2",
"axios": "^0.18.0",
"babel-core": "^6.22.1",

@@ -53,2 +54,4 @@ "babel-eslint": "^8.2.1",

"html-webpack-plugin": "^2.30.1",
"hyapp-ui": "^1.0.2",
"hyapp-utils": "^1.0.8",
"jest": "^22.0.4",

@@ -77,5 +80,3 @@ "jest-serializer-vue": "^0.3.0",

"webpack-dev-server": "^2.9.1",
"webpack-merge": "^4.1.0",
"hyapp-utils": "^1.0.0",
"hyapp-ui": "^1.0.0"
"webpack-merge": "^4.1.0"
},

@@ -82,0 +83,0 @@ "engines": {

@@ -6,3 +6,12 @@ // The Vue build version to load with the `import` command

import router from './router'
import hyappUI from 'hyapp-ui'
import hyapp from 'hyapp-utils'
import getBaseUrl from './api/env'
// 工具类方法
Vue.use(hyapp.Tools)
let Http = new hyapp.Utils({baseurl: getBaseUrl()})
Vue.use(Http)
Vue.use(hyappUI)
Vue.config.productionTip = false

@@ -9,0 +18,0 @@

import Vue from 'vue'
import Router from 'vue-router'
import HelloWorld from '@/components/HelloWorld'
import HelloWorld from '@/pages/HelloWorld'

@@ -5,0 +5,0 @@ Vue.use(Router)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc