1.0.38 • Published 2 years ago

@mrynk/vue-cli-plugin-frontnd v1.0.38

Weekly downloads
167
License
MIT
Repository
-
Last release
2 years ago

Mr. Ynk Vue-CLI Frontnd Tool

The only Frontnd tool you ever need™️

In a Perfect World

Go to your user folder (C:\Users\YOUR_USER), open .vuerc, paste in the Mr. Ynk preset. If there is no "presets" key, you can make your own object, or use the default vue create function once.

{
  "presets": {
    "mrynk": {
      "useConfigFiles": true,
      "plugins": {
        "@vue/cli-plugin-babel": {},
        "@vue/cli-plugin-eslint": {
          "config": "standard",
          "lintOn": [
            "save"
          ]
        },
        "@mrynk/vue-cli-plugin-frontnd": {
          "prompts": true
        }
      },
      "vueVersion": "3"
    }
  }
}

Dependencies

  • Node version 16.13.0
  • Vue-CLI 3 - To invoke the project & plugins
  • Some project or empty folder.

Using

1: Creating your project

Open the command line in the parent folder of your future front-end project folder and enter this command. It'll ask you to select a preset. Choose the Mr. Ynk preset you've added to the .vuerc file

vue create <project-name>
2: Running/Building your project

To run the project: npm run serve

To build the project: npm run build

If no backend build folder was specified in the prompts, the project defaults to /dist. These build-specific properties can be found in the environment files located in your project's root.

Troubleshooting

Vue's default files

While generating, Vue's default files are changed to Schrödinger files. Whenever you collapse the wave function and the files remain, use npm run remove

Features (exp.)

These features will become present when you invoke the plugin.

Scaffolding a page

npm run frontnd:page <pages>

For example, to create a Landing, Game and Result page:

npm run frontnd:page landing game result

More are coming soon™️

Contributing

Bugs or feature requests can be shouted, sent, thrown, signalled, or any other form of communication. If you want to be really fancy, you can make a bug report!

1.0.37

2 years ago

1.0.36

2 years ago

1.0.38

2 years ago

1.0.35

2 years ago

1.0.34

2 years ago

1.0.26

2 years ago

1.0.25

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.29

2 years ago

1.0.28

2 years ago

1.0.27

2 years ago

1.0.33

2 years ago

1.0.32

2 years ago

1.0.31

2 years ago

1.0.30

2 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.20

3 years ago

1.0.15

3 years ago

1.0.9

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago