0.2.13 • Published 8 years ago

vuetiful v0.2.13

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

0.2.12

8 years ago

0.2.11

8 years ago

0.2.10

8 years ago

0.2.9

8 years ago

0.2.8

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.34

8 years ago

0.1.33

8 years ago

0.1.32

8 years ago

0.1.31

8 years ago

0.1.30

8 years ago

0.1.29

8 years ago

0.1.28

8 years ago

0.1.27

8 years ago

0.1.26

8 years ago

0.1.25

8 years ago

0.1.24

8 years ago

0.1.23

8 years ago

0.1.22

8 years ago

0.1.21

8 years ago

0.1.20

8 years ago

0.1.19

8 years ago

0.1.18

8 years ago

0.1.17

8 years ago

0.1.16

8 years ago

0.1.15

8 years ago

0.1.13

8 years ago

0.1.12

8 years ago

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.4

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago