Giter Site home page Giter Site logo

nuxtify's Introduction

Nuxtify

Nuxt Boilerplate with Vuetify

Demo

πŸ’» https://nuxtify.netlify.com/

For Version Information

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn run dev

# build for production and launch server
$ yarn run build
$ yarn start

# generate static project
$ yarn run generate

For detailed explanation on how things work, checkout Nuxt.js docs.

Commiting

  • feat
  • fix
  • docs
  • style
  • refactor
  • perf
  • test
  • chore

Notes

To get correct styling for using ``, you must use \ before it

nuxtify's People

Contributors

davidroyer avatar

Stargazers

 avatar Jose Fernandez avatar CA Manas Madrecha avatar Diligent Marketing Solutions avatar  avatar  avatar Drew Royster avatar Gavin Luo avatar Andrew See avatar Kendall Jackson avatar socreative avatar  avatar Manoah Upson avatar Laminar Rainbow avatar  avatar Luca G. Soave avatar Argyl P. Rebanal avatar

Watchers

Luca G. Soave avatar James Cloos avatar  avatar  avatar

nuxtify's Issues

Front matter

Customize loader to add title and slug or more options

Automatically create title and slug

Add code that checks for title and slug in front matter. Use β€˜let’ for title.

If title doesnt exist, create title from file name.

If slug doesn’t exist, generate it from title

Delete

Use delete object[key] for easy updates

Theme colors not getting loaded

Hi,

I see my contact page buttons doesn't get required colors.
All buttons have same color. I am not sure what other log I can give to check this behavior so attaching the screenshot

Untitled

How to add more pages on navigation Menu

Hi,

I am looking to add additiona Menu item on site nav. But I am not able to make out where I should be adding the extra page details.

I saw config/navigation.js but this does not have Articles and Projects menu item so from where these are coming.

Also if I need to set Page title how to do this? I do get default "Site Title" on all pages apart from home page.

Your assistance to answer these question will help me more to understand your package much better

Feature request: Apply Internationalization using i18n

Greetings sir, I'm a big fan. I would like to suggest some feature on your nuxtify starter template on applying multiple language sites using i18n. This might be great for a user-friendly site.
Thank you very much, sir, for sharing your knowledge and expertise. God Bless :)

How to create new page?

Hi,

Thank you for this wonderful template.

I am currently stuck with below problem.

I am looking to create a new page (This page is a hidden page accessible to admin only, not visible on the Menu )

created a file this way /pages/recipes/add/index.vue

now when i access this page http://localhost:3000/recipes/add I get the below error

TypeError
Cannot read property 'seo' of undefined

generated from the plugin:

plugins/create-seo/index.jsopen in editor

setupRoutesMeta(siteNav)

Vue.prototype.$createSeo = function(slug, route, baseMetaArray = []) {
  // if (!siteNav[slug]) return {}
  return Object.entries(siteNav[slug].seo).reduce((acc, [key, actualValue]) => {
    const title = siteNav[slug].title === false ? null : siteNav[slug].label
    const description = siteNav[slug].description || null
    const defaultMetaArray = createDefaultMeta(
      process.env.baseUrl,
      route || this.$route.path.substr(1),
                

I did try tinkering around but didn't succeed.

Thank you very much once again.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.