OneDesign-Vue
Introduction
The OneDesign-Vue components can be installed for any kind of Vue framework, but they require slightly different setups which are highlighted in our documentation.
Remember that the OneDesign-Vue components require that OneDesign-Styles is added to your project so they have the correct styling.
Pre-requisites
If you're using the OneDesign-Styles CDN, or if this is your first time using OneDesign-Vue, you'll need to install these required packages first:
- Node.js - JavaScript runtime for building and running the project. Use
winget install OpenJS.NodeJS
to install it directly from the Windows store through the command line. - vsts-npm-auth - Microsoft tool to be able to authenticate on our Azure DevOps servers, to retrieve the packages from our npm feeds. Use
npm install -g vsts-npm-auth
to install via npmjs.
Note: You only need to do these steps once, as they are a global installation.
Otherwise, if you've already done these steps, you can move ahead to install your OneDesign-Vue package. Just pick your desired flavor framework flavour below:
Vue Setup
Nuxt Setup