0.3.3 • Published 3 years ago

torder-vue-cli v0.3.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Getting Started

Required

  • Node >= v14.x
  • Yarn

Quick Start

npm i -g torder-vue-cli
t-vue <project-name>
cd <project-name>
yarn serve or npm run serve

Creating an Vue App

You’ll need to have Node >= 14 on your local development machine (but it’s not required on the server). You can use nvm (macOS/Linux) or nvm-windows to switch Node versions between different projects.

npm install

npm i -g torder-vue-cli

create

t-vue <project-name>

Selecting a package module

You can easily install the necessary modules in your project

 (Press <space> to select, <a> to toggle all, <i> to invert selection, and
<enter> to proceed)
❯◯ cypress
 ◯ io-ts
 ◯ jest
 ◯ pinia
 ◯ storybook
 ◯ vue-i18n
 ◯ vue-router

App Start

cd <project-name>
npm run serve OR yarn serve

Output

.
├── README.md
├── aliases.config.js
├── babel.config.js
├── package.json
├── public
│   ├── favicon.ico
│   └── index.html
├── src
│   ├── App.vue
│   ├── apis
│   ├── assets
│   │   └── logo.png
│   ├── common
│   ├── components
│   │   └── HelloWorld.vue
│   ├── composables
│   ├── containers
│   ├── views
│   ├── interface
│   ├── layouts
│   ├── main.ts
│   ├── styles
│   └── utils
│       └── README.md
├── stylelint.config.js
├── tsconfig.json
├── vue.config.js
└── yarn.lock
0.3.0

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.3

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.8

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.36

3 years ago

0.0.35

3 years ago

0.0.34

3 years ago

0.0.33

3 years ago

0.0.32

3 years ago

0.0.31

3 years ago

0.0.30

3 years ago

0.0.29

3 years ago

0.0.28

3 years ago

0.0.26

3 years ago

0.0.25

3 years ago

0.0.24

3 years ago

0.0.23

3 years ago

0.0.22

3 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago