add dev mode, update readme
This commit is contained in:
9
dev/index.js
Normal file
9
dev/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Created by ayou on 18/3/7.
|
||||
*/
|
||||
import Vue from 'vue'
|
||||
import App from './App.vue'
|
||||
|
||||
new Vue({
|
||||
render: h => h(App)
|
||||
}).$mount('#app')
|
Reference in New Issue
Block a user