Skip to content

bsa-git/vuetify-nuxt-start

Repository files navigation

Nuxt.js + Vuetify.js project

Utilizing the power of NUXT, supercharge your development experience with a bootstraped version ready to go with Vuetify out of the box.

About

  1. This project uses Vuetify.js. Vuetify.js Material Component Framework.

  2. Supercharge your Development with the power of Vue and Material Design.

  3. Vuetify comes ready to go with 5 pre-made vue-cli templates. Ranging from a simple html to a full blown SSR (server side rendered) application. No matter what the project, you are ready to go in minutes with your next great idea.

  4. Each and every available layout from the Material design spec is at your disposal. Create unique and flexible user interfaces that fit the scope of any task.

  5. Every component has been meticulously crafted to offer the easiest, most understandable interface and robust api of properties that will customize the experience delivered in your next application.

  6. Be prepared to have an armada of specialized components at your disposal. With over 80 in total, there is a solution for any situation.

Getting Started

  1. Make sure you have NodeJS and npm installed.

  2. Clone or download vuetify-nuxt-start project with git.

  3. Install your dependencies

cd <project-name>
npm install # Or yarn install
  1. Environment variables

Add file "env.js" to your project to set user environment variables. See the sample file "env.example.js".

  1. Start your app
npm run dev
  1. The application is now running on http://localhost:3000

Production

npm run build
npm start

Generate static project

npm run generate

When building your application it will generate the HTML of every of your routes to store it in a file.

Example:

-| pages/
----| about.vue
----| index.vue

Will generate:

-| dist/
----| about/
------| index.html
----| index.html

This way, you can host your generated web application on any static hosting!

Help

For detailed explanation on how things work, checkout the Nuxt.js docs and Vuetify.js documentation

About

Nuxt.js + Vuetify.js project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published