0.2.13 • Published 9 years ago

vuetiful v0.2.13

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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

10 years ago

0.2.9

10 years ago

0.2.8

10 years ago

0.2.7

10 years ago

0.2.6

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.34

10 years ago

0.1.33

10 years ago

0.1.32

10 years ago

0.1.31

10 years ago

0.1.30

10 years ago

0.1.29

10 years ago

0.1.28

10 years ago

0.1.27

10 years ago

0.1.26

10 years ago

0.1.25

10 years ago

0.1.24

10 years ago

0.1.23

10 years ago

0.1.22

10 years ago

0.1.21

10 years ago

0.1.20

10 years ago

0.1.19

10 years ago

0.1.18

10 years ago

0.1.17

10 years ago

0.1.16

10 years ago

0.1.15

10 years ago

0.1.13

10 years ago

0.1.12

10 years ago

0.1.11

10 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.4

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago