2018-01-10 18:06:03 -05:00
2018-01-05 18:05:41 -05:00
2018-01-06 17:12:40 -05:00
2018-01-10 12:07:39 -05:00
2018-01-10 16:20:29 -05:00
2018-01-02 20:22:31 -05:00
2018-01-07 19:40:36 -05:00
2018-01-07 10:02:50 -05:00
2018-01-07 13:53:29 -05:00
2018-01-06 13:04:43 -05:00
2018-01-10 16:20:29 -05:00

vue-cli

WIP: this is the work in progress branch of the upcoming vue-cli 3.0. Only for preview for template maintainers.

Development Setup

This project uses a monorepo setup that requires using Yarn because it relies on Yarn workspaces.

# install dependencies
yarn

# link `vue` executable
cd packages/@vue/cli
yarn link

# create test projects in /packages/test
cd -
cd packages/test
vue create test-app
cd test-app
yarn dev

See dedicated section in docs.

Description
🛠️ webpack-based tooling for Vue.js Development
Readme MIT 45 MiB
Languages
JavaScript 75%
Vue 22.9%
TypeScript 0.9%
Stylus 0.5%
HTML 0.3%
Other 0.4%