Подключены пакеты sass, pug, vue-router, vuex
This commit is contained in:
22
src/App.vue
Normal file
22
src/App.vue
Normal file
@@ -0,0 +1,22 @@
|
||||
<template lang="pug">
|
||||
div(class='text') HelloWorld
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
export default {
|
||||
name: 'App',
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="sass">
|
||||
.text
|
||||
color: #42b983
|
||||
#app
|
||||
font-family: Avenir, Helvetica, Arial, sans-serif
|
||||
-webkit-font-smoothing: antialiased
|
||||
-moz-osx-font-smoothing: grayscale
|
||||
text-align: center
|
||||
color: #2c3e50
|
||||
margin-top: 60px
|
||||
</style>
|
||||
Reference in New Issue
Block a user