DEV NOTE PRO

Screen shots

screenshots

screenshots


How to install – ViteJs 3 template at https://vitejs.dev/

  • Install NodeJs and NPM module at https://nodejs.org/
  • Check version, use cmd or any text editor.

$ node --v
$ npm --v
  • With NPM

$ npm init vite@latest
----------------------------------------------------------
npm init vite@latest my-vue-app -- --template vue
  • With YARN

$ yarn create vite
----------------------------------------------------------
yarn create vite my-vue-app --template vue
  • To install configs and modules pf NPM
npm install
  • To run virtual internal preview on browser
npm run dev
  • To build production on website
npm run build
  • To test with npm
npm run test
  • WindiCSS with Vite
https://windicss.org/integrations/vite.html

Refference


–> You can clone/fork/download or contribute and discuss them to develop. It can save it on release history.

–> All problems or contact should take a mail to [email protected]

–> Support me at

Thank you!