0.2.13 • Published 9 years ago
vuetiful v0.2.13
Vuetiful
Making your VueJS project look good...and then some
Installation
Be aware!!! This is not production-ready yet...
# install vuejs-cli globally
sudo npm install -g vue-cli
# go to the location where you want to install your new project
vue init webpack my-project
# go to the newly created folder
cd my-project
# install dependencies
npm install
# install vuetiful
npm install vuetiful --save
Change files
# copy static assets from vuetiful to your project
cp -R node_modules/vuetiful/static/ static/
# change content of src/main.js
import Vue from 'vue'
import Vuetiful from 'vuetiful'
Vue.use(Vuetiful)
new Vue({
el : 'body',
data : {
app : app
}
})
# remove file (optional)
/src/App.vue
Build process
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
0.2.13
9 years ago
0.2.12
9 years ago
0.2.11
9 years ago
0.2.10
9 years ago
0.2.9
9 years ago
0.2.8
9 years ago
0.2.7
9 years ago
0.2.6
9 years ago
0.2.5
9 years ago
0.2.4
9 years ago
0.2.3
9 years ago
0.2.2
9 years ago
0.2.1
9 years ago
0.2.0
9 years ago
0.1.34
9 years ago
0.1.33
9 years ago
0.1.32
9 years ago
0.1.31
9 years ago
0.1.30
9 years ago
0.1.29
9 years ago
0.1.28
9 years ago
0.1.27
9 years ago
0.1.26
9 years ago
0.1.25
9 years ago
0.1.24
9 years ago
0.1.23
9 years ago
0.1.22
9 years ago
0.1.21
9 years ago
0.1.20
9 years ago
0.1.19
9 years ago
0.1.18
9 years ago
0.1.17
9 years ago
0.1.16
9 years ago
0.1.15
9 years ago
0.1.13
9 years ago
0.1.12
9 years ago
0.1.11
9 years ago
0.1.10
9 years ago
0.1.9
9 years ago
0.1.8
9 years ago
0.1.7
9 years ago
0.1.6
9 years ago
0.1.5
9 years ago
0.1.4
9 years ago
0.1.3
9 years ago
0.1.2
9 years ago
0.1.1
9 years ago
0.1.0
9 years ago
0.0.12
9 years ago
0.0.11
9 years ago
0.0.10
9 years ago
0.0.9
9 years ago
0.0.8
9 years ago
0.0.7
9 years ago
0.0.6
9 years ago
0.0.4
9 years ago
0.0.2
9 years ago
0.0.1
9 years ago