Skip to content

v1.1.0

Compare
Choose a tag to compare
@coxta coxta released this 23 Apr 20:57
· 4 commits to master since this release
cf2e104

Improved instructions, edited typos, removed unnecessary dependencies

Alteryx Vue starter template for developing HTML/JavaScript tools with Vue.js and Vuetify

# clone
git clone https://github.com/alteryx-vue/ayx-vue-starter.git

# install dependencies
npm install

# build production
npm run build

# go make it your own!